I am new to the Microsoft Core
world and wanted create a class library that targets the .NET standard. I was using the Visual Studio IDE 2017 and picked a class library project template listed under .NET Standard
.
When I expand the SDK on the .NET standard project structure, I could see Microsoft.NETCore.Platform 1.1.0
as reference.
As per my understanding, .NET Core, .NET Framework, Mono, Universal Windows Platform, etc. uses .NET Standard and not other-way around. Please correct me.
Question:
- What is the relevance of Microsoft.NETCore.Platform 1.1.0 reference under SDK?