diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b116d82..cfc17c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build - Release run: dotnet build -c Release src/Framework.sln diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 298dead..d65527f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build and Test run: dotnet test -c Release src/Framework.sln diff --git a/README.md b/README.md index 7f873c5..8c8e694 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![][WorkflowBadgePublish]][PublishWorkflow] [![License: MIT][LicenseBadge]][License] -Welcome to Cloudtoid's Framework project, which is a library of utility classes, targeting `.net 9+`. +Welcome to Cloudtoid's Framework project, which is a library of utility classes, targeting `.NET 10+`. The latest NuGet package can be found [here][NuGet]. diff --git a/src/Cloudtoid.Framework.Benchmark/Cloudtoid.Framework.Benchmark.csproj b/src/Cloudtoid.Framework.Benchmark/Cloudtoid.Framework.Benchmark.csproj index da3d7d5..3c701b4 100644 --- a/src/Cloudtoid.Framework.Benchmark/Cloudtoid.Framework.Benchmark.csproj +++ b/src/Cloudtoid.Framework.Benchmark/Cloudtoid.Framework.Benchmark.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8d9e31d..854cd47 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -8,7 +8,7 @@ - net9.0 + net10.0 enable true true @@ -16,22 +16,22 @@ - 9.0.* + 10.0.12 - 17.12.* - 3.7.* - 5.3.* - 7.0.* - 6.0.* + 18.10.0 + 4.4.0 + 6.2.0 + 8.10.0 + 10.0.1 - 1.0.* - 3.3.* + 1.0.24 + 5.6.0