mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 13:16:47 +00:00
15 lines
484 B
XML
15 lines
484 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="IdentityServer4" Version="4.0.0" />
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties properties_4launchsettings_1json__JsonSchema="https://json.schemastore.org/local.settings" /></VisualStudio></ProjectExtensions>
|
|
</Project>
|