array_funzioni/array_funzioni.csproj
La Programmatrice Verde df4ff53aa1 Initial commit
2024-12-11 08:18:58 +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>