mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-22 15:28:26 +00:00
11 lines
246 B
XML
11 lines
246 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<RootNamespace>Utils</RootNamespace>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|