C#: Update project targets, workflows and other scripts to use .NET 7.

This commit is contained in:
Michael Nebel
2023-01-20 14:15:46 +01:00
parent 86e9bf2f81
commit 3a4e5700e8
58 changed files with 64 additions and 64 deletions

View File

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