AuthorizationServerDemos/CSharp/TaxApp/TaxApp.csproj
2021-01-18 18:32:22 +03:00

16 lines
611 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel" Version="5.0.0-preview.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.1" />
<PackageReference Include="Westwind.AspNetCore.LiveReload" Version="0.3.1" />
</ItemGroup>
</Project>