diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 5ed047d..19ce60a 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -24,7 +24,7 @@ jobs: submodules: true - name: Test run: | - dotnet test -c Release -f net7 + dotnet test -c Release -f net8 pushNuGetPackageToGitHubPackageRegistry: needs: test runs-on: ubuntu-latest diff --git a/csharp/Platform.Data.Doublets.Json.Benchmarks/Platform.Data.Doublets.Json.Benchmarks.csproj b/csharp/Platform.Data.Doublets.Json.Benchmarks/Platform.Data.Doublets.Json.Benchmarks.csproj index e07468f..02875f9 100644 --- a/csharp/Platform.Data.Doublets.Json.Benchmarks/Platform.Data.Doublets.Json.Benchmarks.csproj +++ b/csharp/Platform.Data.Doublets.Json.Benchmarks/Platform.Data.Doublets.Json.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net6 + net7;net8 false diff --git a/csharp/Platform.Data.Doublets.Json.Exporter/Platform.Data.Doublets.Json.Exporter.csproj b/csharp/Platform.Data.Doublets.Json.Exporter/Platform.Data.Doublets.Json.Exporter.csproj index b763a3c..594fdc9 100644 --- a/csharp/Platform.Data.Doublets.Json.Exporter/Platform.Data.Doublets.Json.Exporter.csproj +++ b/csharp/Platform.Data.Doublets.Json.Exporter/Platform.Data.Doublets.Json.Exporter.csproj @@ -7,7 +7,7 @@ 0.1.0 FreePhoenix888 Exe - net6 + net7;net8 true links2json Platform.Data.Doublets.Json.Exporter diff --git a/csharp/Platform.Data.Doublets.Json.Importer/Platform.Data.Doublets.Json.Importer.csproj b/csharp/Platform.Data.Doublets.Json.Importer/Platform.Data.Doublets.Json.Importer.csproj index 58706c7..505bfe6 100644 --- a/csharp/Platform.Data.Doublets.Json.Importer/Platform.Data.Doublets.Json.Importer.csproj +++ b/csharp/Platform.Data.Doublets.Json.Importer/Platform.Data.Doublets.Json.Importer.csproj @@ -7,7 +7,7 @@ 0.1.0 FreePhoenix888 Exe - net6 + net7;net8 true json2links Platform.Data.Doublets.Json.Importer diff --git a/csharp/Platform.Data.Doublets.Json.Tests/Platform.Data.Doublets.Json.Tests.csproj b/csharp/Platform.Data.Doublets.Json.Tests/Platform.Data.Doublets.Json.Tests.csproj index 46c0357..ca7d24b 100644 --- a/csharp/Platform.Data.Doublets.Json.Tests/Platform.Data.Doublets.Json.Tests.csproj +++ b/csharp/Platform.Data.Doublets.Json.Tests/Platform.Data.Doublets.Json.Tests.csproj @@ -1,7 +1,7 @@  - net7 + net7;net8 false latest diff --git a/csharp/Platform.Data.Doublets.Json/Platform.Data.Doublets.Json.csproj b/csharp/Platform.Data.Doublets.Json/Platform.Data.Doublets.Json.csproj index d320a86..c685ec9 100644 --- a/csharp/Platform.Data.Doublets.Json/Platform.Data.Doublets.Json.csproj +++ b/csharp/Platform.Data.Doublets.Json/Platform.Data.Doublets.Json.csproj @@ -6,7 +6,7 @@ Platform.Data.Doublets.Json 0.1.2 FreePhoenix888 - net7 + net7;net8 Platform.Data.Doublets.Json Platform.Data.Doublets.Json LinksPlatform;Data;Doublets;Json