简体   繁体   中英

Universal Windows Plattform and .net core compatibility

How can i understand this list? -> https://docs.microsoft.com/en-us/dotnet/standard/net-standard

For example i had create an UWP App and i implement this class: https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/send-or-receive-files-with-rfcomm

So if this is supporting in UWP 10.0.16299 then this should be compatible in .net core 2.0?

No! it's not a certain way to find out is it compatible with .Net Core 2.0 or not. It's depend on the .NET Core package which installed on your UWP application.

You must check the version of Microsoft.NETCore.UniversalWindowsPlatform package in your references of your UWP project, if the version is equal or greater than 6.0.1 your UWP project be compatible in .NET Core 2.0 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM