Skip to content

Commit

Permalink
Try to bump .NET SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jul 8, 2024
1 parent 32b7fe8 commit 585f73a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.206' # Use until runnner is updated to VS 17.10
dotnet-version: '8.0.x'

- name: Package CLI 6
run: dotnet pack src\Core\efcpt.6\efcpt.6.csproj -p:PackageVersion=6.1.${{ github.event.inputs.version }} -p:InformationalVersion=6.1.${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.206' # Use until runnner is updated to VS 17.10
dotnet-version: '8.0.x'

- name: Package CLI 6
run: dotnet pack src\Core\efcpt.6\efcpt.6.csproj -p:PackageVersion=6.1.${{ env.VERSION }}-nightly -p:InformationalVersion=6.1.${{ env.VERSION }}-nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nupkg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.206' # Use until runnner is updated to VS 17.10
dotnet-version: '8.0.x'

- name: Package Dacpac 6
run: dotnet pack src\Nupkg\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\ErikEJ.EntityFrameworkCore.6.SqlServer.Dacpac.csproj
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.206' # Use until runnner is updated to VS 17.10
dotnet-version: '8.0.x'

- name: Update Version
run: |
Expand Down

0 comments on commit 585f73a

Please sign in to comment.