Skip to content

Commit 9375211

Browse files
Update .NET SDKs for CI builds
1 parent faf9978 commit 9375211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Setup netcoreapp3.1
3636
uses: actions/[email protected]
3737
with:
38-
dotnet-version: "3.1.407"
38+
dotnet-version: "3.1.415"
3939
- name: Setup net5.0
4040
uses: actions/[email protected]
4141
with:
42-
dotnet-version: "5.0.201"
42+
dotnet-version: "5.0.403"
4343
- name: Run dotnet --info
4444
run: dotnet --info
4545
- uses: actions/[email protected]

0 commit comments

Comments
 (0)