diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e323d29..7996b0c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET 8.0 + - name: Setup .NET 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install dependencies with retry run: | diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index e2fceb8..77e61a1 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -20,12 +20,12 @@ jobs: - name: Setting up build version run: | version=$(($GITHUB_RUN_NUMBER)) - echo "BUILD_VERSION=2.1.$version" >> ${GITHUB_ENV} + echo "BUILD_VERSION=3.0.$version" >> ${GITHUB_ENV} - name: Setup .NET Core 8.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install dependencies with retry run: | diff --git a/src/Soenneker.AutoFaker.Overrides.Documents.Document.csproj b/src/Soenneker.AutoFaker.Overrides.Documents.Document.csproj index afb32e5..0f95c11 100644 --- a/src/Soenneker.AutoFaker.Overrides.Documents.Document.csproj +++ b/src/Soenneker.AutoFaker.Overrides.Documents.Document.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable AnyCPU $(NoWarn);1591 @@ -9,7 +9,7 @@ An AutoFaker (AutoBogus) override for the base Document object - 2.1.0 + 3.0.0 $(BUILD_VERSION) Soenneker.AutoFaker.Overrides.Documents.Document Soenneker.AutoFaker.Overrides.Documents.Document diff --git a/test/Soenneker.AutoFaker.Overrides.Documents.Document.Tests/Soenneker.AutoFaker.Overrides.Documents.Document.Tests.csproj b/test/Soenneker.AutoFaker.Overrides.Documents.Document.Tests/Soenneker.AutoFaker.Overrides.Documents.Document.Tests.csproj index f1a23f6..b31c26f 100644 --- a/test/Soenneker.AutoFaker.Overrides.Documents.Document.Tests/Soenneker.AutoFaker.Overrides.Documents.Document.Tests.csproj +++ b/test/Soenneker.AutoFaker.Overrides.Documents.Document.Tests/Soenneker.AutoFaker.Overrides.Documents.Document.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false