diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 648ea8f..095c83e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,11 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '9.0' + + - name: Setup .NET 10.0 + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '10.0' - name: Build run: dotnet build Yllibed.HttpServer.slnx /p:Configuration=Release diff --git a/Directory.Packages.props b/Directory.Packages.props index 19923cb..b774a97 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,6 +13,5 @@ - \ No newline at end of file diff --git a/Yllibed.HttpServer.Json.Tests/Yllibed.HttpServer.Json.Tests.csproj b/Yllibed.HttpServer.Json.Tests/Yllibed.HttpServer.Json.Tests.csproj index 0d45916..55c36d9 100644 --- a/Yllibed.HttpServer.Json.Tests/Yllibed.HttpServer.Json.Tests.csproj +++ b/Yllibed.HttpServer.Json.Tests/Yllibed.HttpServer.Json.Tests.csproj @@ -1,6 +1,6 @@  - net9.0 + net9.0;net10.0 true enable @@ -16,15 +16,12 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/Yllibed.HttpServer.Json/Yllibed.HttpServer.Json.csproj b/Yllibed.HttpServer.Json/Yllibed.HttpServer.Json.csproj index 19a8bd1..883571f 100644 --- a/Yllibed.HttpServer.Json/Yllibed.HttpServer.Json.csproj +++ b/Yllibed.HttpServer.Json/Yllibed.HttpServer.Json.csproj @@ -1,5 +1,6 @@  + net8.0;net9.0;net10.0 Yllibed.HttpServer.Json Yllibed HttpServer Json Adapter Yllibed HttpServer Json Adapter diff --git a/Yllibed.HttpServer.Tests/Yllibed.HttpServer.Tests.csproj b/Yllibed.HttpServer.Tests/Yllibed.HttpServer.Tests.csproj index e18dcf8..a5dfc2f 100644 --- a/Yllibed.HttpServer.Tests/Yllibed.HttpServer.Tests.csproj +++ b/Yllibed.HttpServer.Tests/Yllibed.HttpServer.Tests.csproj @@ -1,6 +1,6 @@  - net9.0 + net9.0;net10.0 enable @@ -18,8 +18,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - diff --git a/Yllibed.HttpServer/Yllibed.HttpServer.csproj b/Yllibed.HttpServer/Yllibed.HttpServer.csproj index dd47f20..e610fde 100644 --- a/Yllibed.HttpServer/Yllibed.HttpServer.csproj +++ b/Yllibed.HttpServer/Yllibed.HttpServer.csproj @@ -1,5 +1,6 @@  + netstandard2.0;net8.0;net9.0;net10.0 Yllibed.HttpServer Yllibed HttpServer Yllibed HttpServer @@ -21,6 +22,5 @@ -