-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ToDo to latest Uno #513
Comments
https://github.com/unoplatform/uno.todo/tree/dev/nr/workingupdate
|
hey @nickrandolph i'm updating the Project with the new Uno template, but i'm having this weird build error... something related to WinForms support `1> Target ResolveRuntimePackAssets: 1> C:\Program Files\dotnet\sdk\7.0.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(448,5): error NETSDK1082: There was no runtime pack for Microsoft.WindowsDesktop.App.WindowsForms available for the specified RuntimeIdentifier 'win10-arm-aot'._ 1> Done building target "ResolveRuntimePackAssets" in project "ToDoXYZ.csproj" -- FAILED. do you have any idea?? |
@Arieldelossantos I ran into this same error in my project, I solved this by adding this to my class library project file, named Shared, don't know if it's the correct fix, but worth a shot:
|
that worked! thanks |
You shouldn't have a shared project any more and I think the class library should already have the runtimeidentifiers specified. Are you trying to update in-place, or are you creating a new solution and copying files across? |
i've added a new project and updating the files to later remove the old one |
I used a new template from a few weeks ago and the class library did not have the runtime identifier in it. |
We should be updating ToDo to latest stable packages for all Uno family packages and then ensure the app is working correctly
@nickrandolph Did you have a pending PR or branch that was already in the midst of doing this?
The text was updated successfully, but these errors were encountered: