interrogazione_1/interrogazione_1.csproj
La Programmatrice Verde d8690e44fe Initial commit
2025-02-07 08:19:51 +01:00

11 lines
242 B
XML

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