Trying to add Azure.Identity to my main project #12098
Replies: 2 comments 6 replies
-
This particular library is a netstandard2.0 library, it should be working fine. Are you getting errors in your build logs? |
Beta Was this translation helpful? Give feedback.
-
4>C:\Program Files\dotnet\sdk\7.0.203\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'. Funny these are ok in everything but windows runtime, ios and android work |
Beta Was this translation helpful? Give feedback.
-
Hi, i am trying to use AzureKeyvault in my Uno project. I am trying to add the nuget package Azure.Identity but once i do it complains that in Windows the reference can not be found. Its found in .net7.0 but not in windows. Is this expected?
![Screenshot 2023-04-27 at 5 44 21 PM](https://user-images.githubusercontent.com/942585/234839767-a6625020-09e0-4d6c-983d-d4a0a8355ea9.png)
Beta Was this translation helpful? Give feedback.
All reactions