Skip to content

Commit b8d4a82

Browse files
committed
chore: Remove specific .net 9 versions in global.json
1 parent 9f7f83e commit b8d4a82

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2323
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2424
-->
25-
2625
<!--<WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion>-->
2726

2827
<!--

reference/SimpleCalc/CSharp-MVUX/global.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"Uno.Sdk": "5.6.22"
55
},
66
"sdk": {
7-
"allowPrerelease": false,
8-
"version": "9.0.101"
7+
"allowPrerelease": false
98
}
109
}

reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2323
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2424
-->
25-
2625
<!--<WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion>-->
2726

2827
<!--

reference/SimpleCalc/CSharp-MVVM/global.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"Uno.Sdk": "5.6.22"
55
},
66
"sdk": {
7-
"allowPrerelease": false,
8-
"version": "9.0.101"
7+
"allowPrerelease": false
98
}
109
}

reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2323
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2424
-->
25-
2625
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion> -->
2726

2827
<!--

reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2323
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2424
-->
25-
2625
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion> -->
2726

2827
<!--

0 commit comments

Comments
 (0)