File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
3+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
44 <PackageVersion Include =" SharpFuzz" Version =" 2.2.0" />
55 <PackageVersion Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" />
6- <PackageVersion Include =" xunit.v3" Version =" 3.0.1 " />
7- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.4 " />
6+ <PackageVersion Include =" xunit.v3" Version =" 3.1.0 " />
7+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.5 " />
88 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" />
9- <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.2 " />
9+ <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.4 " />
1010 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
11- <PackageVersion Include =" System.Drawing.Common" Version =" 9.0.8 " />
11+ <PackageVersion Include =" System.Drawing.Common" Version =" 9.0.10 " />
1212 </ItemGroup >
1313</Project >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JPEG-LS (ISO-14495-1) is a lossless/near-lossless compression standard for conti
1212
1313## Features
1414
15- * .NET 8.0 class library.
15+ * .NET 9.0, .NET 8.0 class library.
1616* Support for the .NET platforms: Windows, Linux and macOS.
1717
1818## Performance
@@ -86,7 +86,7 @@ A sample application is included in the GitHub repository that demonstrates how
8686 git clone https://github.com/team-charls/charls-dotnet.git
8787```
8888
89- * Use the .NET 8 .0 CLI or Visual Studio 2022 (v17.11 or newer) to build the solution file CharLSDotNet.sln .
89+ * Use the .NET 9 .0 CLI or Visual Studio 2022 (v17.14 or newer) to build the solution file CharLSDotNet.slnx .
9090 For example: ` dotnet build && dotnet test && dotnet publish ` to build the NuGet package.
9191 Building can be done on all supported .NET SDK platforms: Windows, Linux or macOS
9292
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.200 " ,
3+ "version" : " 9.0.306 " ,
44 "rollForward" : " latestFeature" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments