Skip to content

Commit

Permalink
Update sdk (#2633)
Browse files Browse the repository at this point in the history
* small text update

* Update .NET SDK in use
  • Loading branch information
ErikEJ authored Nov 19, 2024
1 parent 2e035e9 commit 59d1b52
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 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.306'
dotnet-version: '8.0.403'

- 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.306'
dotnet-version: '8.0.403'

- 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.304'
dotnet-version: '8.0.403'

- 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 @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.306'
dotnet-version: '8.0.403'

- name: Update Version
run: |
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.306",
"version": "8.0.403",
"allowPrerelease": false,
"rollForward": "disable"
}
Expand Down
1 change: 1 addition & 0 deletions src/EFCorePowerTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{ACD63354
..\.github\workflows\cli-release.yml = ..\.github\workflows\cli-release.yml
..\.github\workflows\cli-tool.yml = ..\.github\workflows\cli-tool.yml
Directory.Build.Props = Directory.Build.Props
..\global.json = ..\global.json
NuGet.Config = NuGet.Config
..\.github\workflows\nupkg-release.yml = ..\.github\workflows\nupkg-release.yml
..\.github\workflows\vsix.yml = ..\.github\workflows\vsix.yml
Expand Down

0 comments on commit 59d1b52

Please sign in to comment.