Skip to content

Commit e9352ea

Browse files
committed
Adjust sln gen
1 parent 5f96820 commit e9352ea

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

GenerateAllSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ foreach ($multitarget in $allUsedMultiTargetPrefs) {
171171

172172
# Add Uno.Sdk head if requested
173173
if ($IncludeUnoSdkHead) {
174-
$unoHeadPath = ".\tooling\ProjectHeads\AllComponents\Uno\CommunityToolkit.App.Uno.csproj"
174+
$unoHeadPath = "./tooling/ProjectHeads/AllComponents/Uno/CommunityToolkit.App.Uno.csproj"
175175
if (Test-Path $unoHeadPath) {
176176
[void]$projects.Add($unoHeadPath)
177177
} else {

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "9.0.310",
44
"rollForward": "latestFeature"
55
},
6-
"msbuild-sdks":
6+
"msbuild-sdks":
77
{
8-
"MSBuild.Sdk.Extras":"3.0.23"
8+
"MSBuild.Sdk.Extras":"3.0.23",
9+
"Uno.Sdk": "6.4.53"
910
}
1011
}

0 commit comments

Comments
 (0)