Skip to content

Commit 4a9e3e0

Browse files
authored
build: allow .net10 for main lib
1 parent ec931b2 commit 4a9e3e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/VCDiff/VCDiff.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<RootNamespace>VCDiff</RootNamespace>
6-
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
6+
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0;net10.0;</TargetFrameworks>
77
<Nullable>enable</Nullable>
88
<Version>4.0.1</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -32,4 +32,4 @@
3232
</PackageReference>
3333
</ItemGroup>
3434

35-
</Project>
35+
</Project>

0 commit comments

Comments
 (0)