C#: Upgrade dotnet to 6.0.202.

This commit is contained in:
Michael Nebel
2022-04-27 09:49:50 +02:00
parent f65f833b11
commit 94b046c554
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.101
dotnet-version: 6.0.202
- name: Checkout repository
uses: actions/checkout@v3