diff --git a/.github/workflows/on-push-branch.yml b/.github/workflows/on-push-branch.yml index ff664b3..1078a64 100644 --- a/.github/workflows/on-push-branch.yml +++ b/.github/workflows/on-push-branch.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4.2.0 with: - dotnet-version: 9.0.203 + dotnet-version: 10.0.100 - name: Build & Test run: make test config=Release diff --git a/.github/workflows/on-push-tag.yml b/.github/workflows/on-push-tag.yml index 06113c0..e9dd3fb 100644 --- a/.github/workflows/on-push-tag.yml +++ b/.github/workflows/on-push-tag.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4.2.0 with: - dotnet-version: 9.0.203 + dotnet-version: 10.0.100 - name: Extract Version Suffix run: | diff --git a/.github/workflows/on-release-published.yml b/.github/workflows/on-release-published.yml index d44a377..85f2ee4 100644 --- a/.github/workflows/on-release-published.yml +++ b/.github/workflows/on-release-published.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4.2.0 with: - dotnet-version: 9.0.203 + dotnet-version: 10.0.100 - name: Download Release artifacts uses: robinraju/release-downloader@v1.11 diff --git a/global.json b/global.json index 79790f9..afb001f 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.203" + "version": "10.0.100" } } \ No newline at end of file diff --git a/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj b/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj index c9b6012..a80c9dd 100644 --- a/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj +++ b/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj @@ -1,7 +1,7 @@ - net9.0;net8.0;netstandard2.1 + net10.0;net9.0;net8.0;netstandard2.1 true enable true @@ -26,7 +26,7 @@ - + diff --git a/tests/CSharpDataModels/CSharpDataModels.csproj b/tests/CSharpDataModels/CSharpDataModels.csproj index 737ad2b..b233f25 100644 --- a/tests/CSharpDataModels/CSharpDataModels.csproj +++ b/tests/CSharpDataModels/CSharpDataModels.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj b/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj index 5c86b75..dace268 100644 --- a/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj +++ b/tests/FSharp.MongoDB.Bson.Tests/FSharp.MongoDB.Bson.Tests.fsproj @@ -26,11 +26,11 @@ - - - - - + + + + + \ No newline at end of file