We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a434e0 commit 574cc74Copy full SHA for 574cc74
.github/workflows/dotnetcore.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup .NET Core
15
uses: actions/setup-dotnet@v4
16
with:
17
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
18
include-prerelease: true
19
- name: Build and Test with dotnet
20
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
0 commit comments