Files
ALGA/Sandbox/Sandbox.csproj

11 lines
242 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2024-09-05 19:47:35 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>