Files
codeql/csharp/ql/integration-tests/windows/dotnet_10_rc2/dotnet_build.csproj
2025-10-22 14:12:17 +02:00

11 lines
240 B
XML

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