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 ff4d501 commit ed7b22dCopy full SHA for ed7b22d
.github/workflows/build.yaml
@@ -17,10 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
- - name: Set up .NET 6.0
+ - name: Set up .NET
21
uses: actions/setup-dotnet@v3
22
- with:
23
- dotnet-version: 6.0.x
24
25
- name: Restore
26
run: dotnet restore
global.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sdk": {
3
+ "version": "6.0.400",
4
+ "rollForward": "latestPatch"
5
+ }
6
+}
0 commit comments