RedHeadEmile
How to get Windows.Storage.Provider
Good afternoon,
I'm trying to use the namespace Windows.Storage.Provider (https://learn.microsoft.com/en-us/uwp/api/windows.storage.provider?view=winrt-22621)
In order to build a Cloud Sync Engine (https://learn.microsoft.com/en-us/windows/win32/cfapi/cloud-files-api-portal)
But I don't know how to make it available in my project...
I actually can't import the NuGet Package "Microsoft.Windows.SDK.NET.Ref" (https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.10?_src=template) and I don't know why (the error says that the package has a "DotnetPlatform" type that isn't compatible with my project).
I also tried to install the NuGet package WinRT but it didn't solve anything :(
Here is my current .csproj file:
1 replies