We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7a90 commit 698640dCopy full SHA for 698640d
AcmeCaPlugin/AcmeCaPlugin.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>net6.0;net8.0;net10.0</TargetFrameworks>
4
<ImplicitUsings>disable</ImplicitUsings>
5
<Nullable>disable</Nullable>
6
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
TestProgram/TestProgram.csproj
@@ -2,7 +2,7 @@
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
0 commit comments