Skip to content

Commit 1935f30

Browse files
committed
Moving the repository version of the .NET SDK to the latest.
1 parent 01d6d76 commit 1935f30

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/live-test.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@v3
2121
with:
22-
dotnet-version: '8.x'
22+
dotnet-version: '9.x'
2323

2424
- name: Checkout code
2525
uses: actions/checkout@v2

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [opened, reopened, synchronize]
1212

1313
jobs:
14-
build: # Test, pack and publish the Open AI nuget package as a build artifact
14+
build: # Test, pack and publish the Open AI nuget package as a build artifact
1515
name: Build
1616
runs-on: ubuntu-latest
1717
env:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: '8.x'
23+
dotnet-version: '9.x'
2424

2525
- name: Checkout code
2626
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: '8.x'
28+
dotnet-version: '9.x'
2929

3030
- name: Checkout code
3131
uses: actions/checkout@v2

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": "8.0.100",
3+
"version": "9.0.205",
44
"rollForward": "feature"
55
}
66
}

0 commit comments

Comments
 (0)