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.
2 parents bdc6f7d + 0d945bb commit 5cf8c9dCopy full SHA for 5cf8c9d
.github/workflows/dev-packages.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET SDK
19
uses: actions/setup-dotnet@v4
20
with:
21
- dotnet-version: '8.0'
+ dotnet-version: '8.0.x'
22
23
- name: Install MAUI Workloads
24
run: dotnet workload restore
.github/workflows/release.yml
global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "sdk": {
3
+ "version": "9.0.200"
4
+ }
5
0 commit comments