Skip to content

Commit 5cd3a6b

Browse files
authored
test: use raw strings (#164)
1 parent f3bff4a commit 5cd3a6b

21 files changed

+1389
-1261
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v1
2727
with:
28-
dotnet-version: '6.0.x'
28+
dotnet-version: '8.0.x'
2929
include-prerelease: true
3030
- name: Restore dependencies
3131
run: dotnet restore

0 commit comments

Comments
 (0)