13 lines
261 B
XML
13 lines
261 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="IdentityModel" Version="5.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|