, Microsoft.AspNetCore.* .NET Standard.NET 4.5.
.NET 4.5 - , System.Runtime, .NET Core. , . ASP.NET Core .
ASP.NET Core ASP.NET 4 (.. MVC 5, WebApi 2), ASP.NET #if.
"frameworks": {
"net20": {
"dependencies": {
"NameOf.AspNetLegacyPackage": "1.2.3"
}
},
"netstandard1.3": {
"dependencies": {
"Microsoft.AspNetCore.WebUtilities" : "1.1.0"
},
"imports": "dnxcore50"
}
}
netstandard1.3 Microsoft.AspNetCore.WebUtilities, .
NameOf.AspNetLegacyPackage - , , Microsoft.AspNetCore.WebUtilities, , .NET Framework 2.0, . , .
#if NETSTANDARD1_3
#else
#endif
, .NET Framework 2.0 4.5.1, Microsoft.AspNetCore.WebUtillities (. NuGet )
"dependencies": {
"Microsoft.AspNetCore.WebUtilities" : "1.1.0"
},
"frameworks": {
"net451": {
},
"netstandard1.3": {
"imports": "dnxcore50"
}
}