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:
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:
Allows apps to provide real-time updates to files through the Cached File Updater contract.

The Cloud Filter API provides functionality at the boundary between the user mode and the file system.

The Windows SDK available as a targeting pack for .NET 5 applications.