UWP and .NET Core versioning? -


i’m looking way find out version of .net core , .net standard used uwp application (i’m using o raspberry pi). in project properties (in vs 2017) can see target platform 15063 , in nugget have microsoft.netcore.universalwindowsplatform 5.3.1 there no .net core explicitly there in .net core library. there dependencies on universalwindowsplatform versioning confusing:

microsoft.netcore (>= 5.0.2) microsoft.netcore.runtime.coreclr (>= 1.0.3)

i can see .net core version used when i’m deploying first time:

“framework: microsoft.net.coreruntime.1.1/arm, app package version 1.1.25129.1 not installed.”

but don’t know how check in other way. can explain how check this , factor depends of .net core version used in uwp app – target platform matter?

and additionally .net core (>= 5.0.2) – far know .net core in 1.0, 1.1 , future 2.0. 5.0.2?

do not mixup .net core , uwp. both use same clr named coreclr generated silverlight project. uwp sdk in version 5.x (coreclr based debugging / .net native released products) , cross platform .net core sdk in version 1.0.0. make worse, coreclr independently versioned: 1.0.3 / 1.0.4.

and make worse .net core (generally, including sdk) has version 1.1. same true uwp aligned windows platform (afaik).

horrible right. messed naming of it. , communication.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -