We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cece74 commit 4ddcf2cCopy full SHA for 4ddcf2c
.github/workflows/dotnet.yml
@@ -28,6 +28,3 @@ jobs:
28
run: dotnet build --no-restore
29
- name: Test
30
run: dotnet test --no-build --verbosity normal
31
- with:
32
- dotnet-version: |
33
- 9.0.x
test/SlowDown.Tests/global.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sdk": {
3
+ "version": "9.*.*",
4
+ "rollForward": "latestPatch"
5
+ }
6
+}
0 commit comments