We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3fd4f commit 3062d38Copy full SHA for 3062d38
1 file changed
context.tests/context.tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net60</TargetFramework>
+ <TargetFramework>net80</TargetFramework>
5
<IsPackable>false</IsPackable>
6
<DebugSymbols>true</DebugSymbols>
7
<DebugType>Full</DebugType>
@@ -88,4 +88,4 @@
88
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
89
</None>
90
</ItemGroup>
91
-</Project>
+</Project>
0 commit comments