-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Completed 🔥bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviornotifications 🔔visual studio 🔀
Milestone
Description
Describe the bug
Create a .net 5 webapi and include Microsoft.Toolkit.Uwp.Notifications nuget. This will fail with error: error NETSDK1130: Referencing a Windows Metadata component directly when targeting .NETCoreApp,Version=v5.0 is not supported. Use the C#/WinRT projection tool (https://aka.ms/cswinrt) or a provided projection for this target.
- Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
see above
Steps to reproduce the behavior:
- create .net 5 webapi
- include nuget
- build the project
Expected behavior
Successful build and be able to use the classes to build my toast notification xml.
Visual Studio
- [ x ] 2019 (version: 16.8.1)
BrunoBlanes
Metadata
Metadata
Assignees
Labels
Completed 🔥bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviornotifications 🔔visual studio 🔀