1
0
mirror of synced 2024-11-28 08:00:49 +01:00
GC-local-server-rewrite/Shared/Shared.csproj

10 lines
222 B
XML
Raw Normal View History

2022-04-11 21:08:03 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>