File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1111 types : [opened, reopened, synchronize]
1212
1313jobs :
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 :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.100 " ,
3+ "version" : " 9 .0.205 " ,
44 "rollForward" : " feature"
55 }
66}
You can’t perform that action at this time.
0 commit comments