Skip to content

Commit

Permalink
Repair tools for MAUI
Browse files Browse the repository at this point in the history
JZO001 committed Nov 10, 2022
1 parent af30f5b commit 71ef2b1
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Forge.Yoda.Apps.MAUI/README.TXT
Original file line number Diff line number Diff line change
@@ -2,4 +2,12 @@ To upgrade/restore workloads:
dotnet workload install maui

List:
dotnet workload list
dotnet workload list

To Fix MAUI environment:
https://github.com/Redth/dotnet-maui-check

To enforce dotNET SDK use:
dotnet new globaljson --sdk-version 6.0.111 --roll-forward major

where the 6.0.111 comes from "dotnet --version"
6 changes: 6 additions & 0 deletions Forge.Yoda.Apps.MAUI/global.json__
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"rollForward": "major",
"version": "6.0.111"
}
}

0 comments on commit 71ef2b1

Please sign in to comment.