mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
729 B
24 lines
729 B
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<WarningsAsErrors>Nullable</WarningsAsErrors>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Volo.Abp.UI\Volo.Abp.UI.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.AspNetCore.Components\Volo.Abp.AspNetCore.Components.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|