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.
net8.0
1 parent 1600d57 commit 903da7dCopy full SHA for 903da7d
test/Seq.App.HttpRequest.Tests/Seq.App.HttpRequest.Tests.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
4
<Nullable>enable</Nullable>
5
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6
</PropertyGroup>
@@ -21,4 +21,4 @@
21
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22
</Content>
23
</ItemGroup>
24
-</Project>
+</Project>
0 commit comments