Browse Source

setup to use C# 9.0

master
Ludovic 'Archivist' Lagouardette 2 months ago
parent
commit
a7827abc22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Smoll.csproj

+ 1
- 1
Smoll.csproj View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

Loading…
Cancel
Save