Skip to content

Commit

Permalink
test: use raw strings (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean authored Mar 30, 2024
1 parent f3bff4a commit 5cd3a6b
Show file tree
Hide file tree
Showing 21 changed files with 1,389 additions and 1,261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
Expand Down
Loading

0 comments on commit 5cd3a6b

Please sign in to comment.