We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec931b2 commit 4a9e3e0Copy full SHA for 4a9e3e0
1 file changed
src/VCDiff/VCDiff.csproj
@@ -3,7 +3,7 @@
3
4
<PropertyGroup>
5
<RootNamespace>VCDiff</RootNamespace>
6
- <TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0;net10.0;</TargetFrameworks>
7
<Nullable>enable</Nullable>
8
<Version>4.0.1</Version>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -32,4 +32,4 @@
32
</PackageReference>
33
</ItemGroup>
34
35
-</Project>
+</Project>
0 commit comments