Browse Source

Set C# version to 10

master
j4ck 2 years ago
parent
commit
7780ff809e
  1. 1
      RSND/RSND.csproj

1
RSND/RSND.csproj

@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save