diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e322ae2..542f473 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.x - name: Build and pack run: sh ./build/build_runtime_macos_packages.sh @@ -80,7 +82,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.x - name: Collect runtime packages into a local feed uses: actions/download-artifact@v4 @@ -115,7 +119,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.x - name: Collect runtime packages into a local feed uses: actions/download-artifact@v4 @@ -152,7 +158,9 @@ jobs: steps: - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.x - uses: actions/download-artifact@v4 with: diff --git a/LibLouis.NET.Test/LibLouis.NET.Test.csproj b/LibLouis.NET.Test/LibLouis.NET.Test.csproj index 8dee374..bf607e2 100644 --- a/LibLouis.NET.Test/LibLouis.NET.Test.csproj +++ b/LibLouis.NET.Test/LibLouis.NET.Test.csproj @@ -1,7 +1,7 @@  - net8.0 + net8.0;net10.0 enable false true @@ -12,8 +12,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + all diff --git a/LibLouis.NET/LibLouis.NET.csproj b/LibLouis.NET/LibLouis.NET.csproj index 96e70b3..c75c311 100644 --- a/LibLouis.NET/LibLouis.NET.csproj +++ b/LibLouis.NET/LibLouis.NET.csproj @@ -1,7 +1,7 @@  - net8.0 + net8.0;net10.0 enable True Nota @@ -20,8 +20,12 @@ - - + + + + + + +