Skip to content

Commit 918d080

Browse files
Update .NET SDKs for CI builds
1 parent 4339b87 commit 918d080

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- name: Setup netcoreapp3.1
4646
uses: actions/setup-dotnet@v1.8.2
4747
with:
48-
dotnet-version: "3.1.413"
48+
dotnet-version: "3.1.415"
4949
- name: Setup net5.0
5050
uses: actions/setup-dotnet@v1.8.2
5151
with:
52-
dotnet-version: "5.0.401"
52+
dotnet-version: "5.0.403"
5353
- name: Setup net6.0
54-
uses: actions/setup-dotnet@v1.8.1
54+
uses: actions/setup-dotnet@v1.8.2
5555
with:
56-
dotnet-version: "6.0.100-rc.1.21463.6"
56+
dotnet-version: "6.0.100"
5757
- name: Run dotnet --info
5858
run: dotnet --info
5959
- uses: actions/checkout@v2.4.0

0 commit comments

Comments
 (0)