Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 

23 lines
964 B

<Project Sdk="Microsoft.NET.Sdk.Razor">
<Import Project="..\..\..\configureawait.props" />
<Import Project="..\..\..\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.AspNetCore.Components.Web\Volo.Abp.AspNetCore.Components.Web.csproj" />
<ProjectReference Include="..\Volo.Abp.Authorization\Volo.Abp.Authorization.csproj" />
<ProjectReference Include="..\Volo.Abp.Ddd.Application.Contracts\Volo.Abp.Ddd.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blazorise" Version="1.0.0-preview3" />
<PackageReference Include="Blazorise.DataGrid" Version="1.0.0-preview3" />
<PackageReference Include="Blazorise.Snackbar" Version="1.0.0-preview3" />
<PackageReference Include="Blazorise.Components" Version="1.0.0-preview3" />
</ItemGroup>
</Project>