Skip to content

Commit a9888bc

Browse files
committed
Added .NET 9 target
1 parent 7ceab2b commit a9888bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Sandbox/Sandbox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net462</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net462</TargetFrameworks>
66
<LangVersion>9.0</LangVersion>
77
<TieredCompilation>false</TieredCompilation>
88
</PropertyGroup>

src/ZstdSharp.Benchmark/ZstdSharp.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net462;net7.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net462;net7.0;net8.0;net9.0</TargetFrameworks>
66
<LangVersion>9.0</LangVersion>
77
</PropertyGroup>
88

src/ZstdSharp.Test/ZstdSharp.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net462</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net462</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<LangVersion>9</LangVersion>
77
</PropertyGroup>

src/ZstdSharp/ZstdSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
55
<LangVersion>9.0</LangVersion>
66
<SignAssembly>true</SignAssembly>
77
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)