Replies: 2 comments 2 replies
-
Just a follow up that no matter what I try, I can't seem to get around the following build error on this machine. I've removed all VS and .net sdk instances, restarted a couple of times and then installed today's (preview 6). ---csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-arm with version (= 8.0.0-preview.6.23329.11) |
Beta Was this translation helpful? Give feedback.
-
Hi All,
Removing the explicit package reference for Microsoft.WindowsAppSDK in csproj fixes the problem, presumably by permitting upstream dependencies to now "auto include" this reference as needed. Hope this helps someone else. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Using the hot of the presses preview. Can't get around a build error that cropped up in the last steps of migrating a .net 7 maui solution to .net preview latest.
NU1102 Unable to find package Microsoft.AspNetCore.App.Runtime.win-arm with version 8.0.0-preview.6.23329.11
I've manually uninstalled and reinstalled the Preview SDK and done same with Visual Studio. Currently only have 2023 17.7.6 installed and still no luck.
Any ideas or just work arounds appreciated.
Dave G
Beta Was this translation helpful? Give feedback.
All reactions