diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index 5c47ded2..038ba88e 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -12,13 +12,13 @@ on: workflow_dispatch: env: - DOTNET_VERSION: '8.0.x' + DOTNET_VERSION: '9.0.x' DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: true DOTNET_CONFIGURATION: 'Release' NuGetDirectory: ${{ github.workspace }}/nuget SolutionFile: 'Datasync Solution.sln' - BASE_VERSION: '8.0.0' + BASE_VERSION: '9.0.0' permissions: pull-requests: write diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 4e1f20e6..12309b8b 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -12,13 +12,13 @@ on: workflow_dispatch: env: - DOTNET_VERSION: '8.0.x' + DOTNET_VERSION: '9.0.x' DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: true DOTNET_CONFIGURATION: 'Release' NuGetDirectory: ${{ github.workspace }}/nuget SolutionFile: 'Datasync Solution.sln' - BASE_VERSION: '8.0.0' + BASE_VERSION: '9.0.0' permissions: pull-requests: write diff --git a/Directory.Packages.props b/Directory.Packages.props index b5462360..084acc41 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,42 +3,46 @@ true true + + 9.0.0 + - - + + - - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - + + + + - + - - - - - + + + + + - + \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d480baf8..bc4bfd73 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -23,10 +23,10 @@ true true true - 12.0 + 13.0 en enable - net8.0 + net9.0 diff --git a/tests/CommunityToolkit.Datasync.Client.Test/Offline/Operations/ExecutableOperation_Tests.cs b/tests/CommunityToolkit.Datasync.Client.Test/Offline/Operations/ExecutableOperation_Tests.cs index 954b8968..34011730 100644 --- a/tests/CommunityToolkit.Datasync.Client.Test/Offline/Operations/ExecutableOperation_Tests.cs +++ b/tests/CommunityToolkit.Datasync.Client.Test/Offline/Operations/ExecutableOperation_Tests.cs @@ -50,7 +50,6 @@ public void MakeAbsoluteUri_Works(string ba, string bb, string expected) actual.ToString().Should().Be(expected); } - [Theory] [InlineData(null, "https://test.zumo.com/tables/movies", "123", "https://test.zumo.com/tables/movies/123")] [InlineData(null, "https://test.zumo.com/tables/movies/", "123", "https://test.zumo.com/tables/movies/123")] diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 06698079..7394a12d 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -23,9 +23,9 @@ false false true - 12.0 + 13.0 en - net8.0 + net9.0