Skip to content

Commit

Permalink
Merge pull request #49 from Axemasta/chore/update-maui
Browse files Browse the repository at this point in the history
Update dotnet sdk
  • Loading branch information
Axemasta authored Feb 24, 2025
2 parents 526e607 + aa656f8 commit f1240d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Mocale.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
src\directory.build.props = src\directory.build.props
directory.packages.props = directory.packages.props
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Providers", "Providers", "{D3CFAD31-519D-41F6-80AA-38E209378B59}"
Expand Down
8 changes: 5 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"sdk": {
"version": "9.0.100"
}
"sdk": {
"version": "9.0.200",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}

0 comments on commit f1240d9

Please sign in to comment.