diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3200360..8994bd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,12 +31,12 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.0 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd09e39..5cea288 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,12 +35,12 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.0 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version run: | diff --git a/src/ApiCodeGenerator.MSBuild/ApiCodeGenerator.MSBuild.csproj b/src/ApiCodeGenerator.MSBuild/ApiCodeGenerator.MSBuild.csproj index 45428d0..f4d0682 100644 --- a/src/ApiCodeGenerator.MSBuild/ApiCodeGenerator.MSBuild.csproj +++ b/src/ApiCodeGenerator.MSBuild/ApiCodeGenerator.MSBuild.csproj @@ -1,6 +1,6 @@  - net6.0;net7.0;net8.0;netstandard2.0 + net6.0;net9.0;net8.0;netstandard2.0 true enable