Files
advanced-pattern-matching-c…/samples/Temp/Temp.csproj
T
Oli Sturm c9c1b53630 fixes
2025-05-08 14:17:31 +01:00

11 lines
262 B
XML

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