Skip to content

Commit c093350

Browse files
Bump dotnet-sdk from 10.0.100 to 10.0.101 (#336)
* Bump dotnet-sdk from 10.0.100 to 10.0.101 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.100 to 10.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.100...v10.0.101) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Use global.json * Use global.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timothy Miller <[email protected]>
1 parent 2e837bd commit c093350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET Core
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 9.x
24+
global-json-file: global.json
2525

2626
- name: Build and Pack Nugets
2727
run: dotnet pack src/FishyFlip.slnx --configuration Release --output nupkg
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup .NET Core
4343
uses: actions/setup-dotnet@v4
4444
with:
45-
dotnet-version: 9.x
45+
global-json-file: global.json
4646

4747
- name: Run FishyFlip.Tests
4848
run: dotnet test src/FishyFlip.Tests/FishyFlip.Tests.csproj -- --report-trx --results-directory ../../dotnet-test-results

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100",
3+
"version": "10.0.101",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)