Skip to content

Commit b9eac0d

Browse files
committed
Use dotnet 10.0.202 SDK
1 parent e4a58be commit b9eac0d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5.0.0
1818
with:
19-
dotnet-version: 10.0.102
19+
global-json-file: global.json
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build

.github/workflows/pack-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v5.0.0
1717
with:
18-
dotnet-version: 10.0.102
18+
global-json-file: global.json
1919
- name: Restore dependencies
2020
run: dotnet restore
2121
- name: Build
@@ -25,4 +25,4 @@ jobs:
2525
- name: Pack
2626
run: VERSION=${GITHUB_REF##*/} dotnet pack -o . -c Release
2727
- name: Publish
28-
run: dotnet nuget push FsPdf.*.nupkg -s https://nuget.org -k ${{ secrets.NUGET_API_KEY }}
28+
run: dotnet nuget push FsPdf.*.nupkg -s https://nuget.org -k ${{ secrets.NUGET_API_KEY }}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.102"
3+
"version": "10.0.202"
44
}
55
}

0 commit comments

Comments
 (0)