We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66c1b47 + 4e9962c commit 5abb5d9Copy full SHA for 5abb5d9
PSW/PSW/PSW.csproj
@@ -1,10 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
- <LangVersion>10</LangVersion>
+ <LangVersion>13</LangVersion>
8
</PropertyGroup>
9
10
0 commit comments