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.
1 parent 6915ad3 commit d8d2189Copy full SHA for d8d2189
tests/SailthruSDK.Tests/SailthruSDK.Tests.csproj
@@ -1,7 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
+ <LangVersion>latest</LangVersion>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <Nullable>enable</Nullable>
8
<RootNamespace>SailthruSDK</RootNamespace>
9
</PropertyGroup>
10
0 commit comments