mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
15 lines
414 B
XML
15 lines
414 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|