1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-02-25 12:40:12 +01:00

14 lines
326 B
XML
Raw Normal View History

2023-05-17 22:13:15 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2023-05-17 22:13:15 +02:00
</Project>