1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-02-21 02:30:13 +01:00
2023-05-20 21:47:54 +02:00

10 lines
222 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>