You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp-winui-net6/UnoWinUIQuickStart.Windows/UnoWinUIQuickStart.Windows.csproj
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,5 +45,19 @@
45
45
<ProjectCapabilityInclude="Msix"/>
46
46
</ItemGroup>
47
47
48
+
<ItemGroup>
49
+
<!--
50
+
If you encounter this error message:
51
+
52
+
error NETSDK1148: A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly.
53
+
54
+
This means that the two packages below must be aligned with the "build" version number of
55
+
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
56
+
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
Copy file name to clipboardExpand all lines: src/SolutionTemplate/UnoSolutionTemplate.WinUI.net6/WinUI/UnoQuickStart.Windows.csproj
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,20 @@
37
37
<ItemGroupCondition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'">
38
38
<ProjectCapabilityInclude="Msix"/>
39
39
</ItemGroup>
40
+
41
+
<ItemGroup>
42
+
<!--
43
+
If you encounter this error message:
44
+
45
+
error NETSDK1148: A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly.
40
46
47
+
This means that the two packages below must be aligned with the "build" version number of
48
+
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
49
+
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
0 commit comments