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.
17 lines
544 B
17 lines
544 B
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
<Import Project="..\..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<RazorLangVersion>3.0</RazorLangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Volo.Abp.Identity.HttpApi.Client\Volo.Abp.Identity.HttpApi.Client.csproj" />
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Blazorise\Volo.Abp.Blazorise.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|