Skip to content

Commit a656362

Browse files
committed
no roll forwards
1 parent bc17a59 commit a656362

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-test-callable-from-server-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup .NET SDK
3535
uses: actions/setup-dotnet@v5
3636
with:
37-
dotnet-version: 10.0.2xx
37+
dotnet-version: 10.0.2xx #Keep aligned with global.json
3838
# cache: true
3939
# cache-dependency-path: "**/packages.lock.json"
4040

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: 10.0.2xx
27+
dotnet-version: 10.0.2xx #Keep aligned with global.json
2828
cache: true
2929
cache-dependency-path: "**/packages.lock.json"
3030

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: 10.0.2xx
22+
dotnet-version: 10.0.2xx #Keep aligned with global.json
2323
cache: true
2424
cache-dependency-path: "**/packages.lock.json"
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: 10.0.2xx
22+
dotnet-version: 10.0.2xx #Keep aligned with global.json
2323
cache: true
2424
cache-dependency-path: "**/packages.lock.json"
2525

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "10.0.200",
4-
"rollForward": "latestMinor"
4+
"rollForward": "latestPatch"
55
}
66
}

0 commit comments

Comments
 (0)