Target netstandard1.3

This commit is contained in:
Pranav K 2016-06-06 12:55:45 -07:00
parent d02f67785f
commit cb27e74fc9
3 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ namespace Microsoft.AspNetCore.Hosting
var environment = PlatformServices.Default.Runtime;
var runtimeType = HtmlEncodeAndReplaceLineBreaks(environment.RuntimeType);
var runtimeDisplayName = runtimeType == "CoreCLR" ? ".NET Core" : runtimeType == "CLR" ? ".NET Framework" : "Mono";
#if NETSTANDARD1_5
#if NETSTANDARD1_3
var systemRuntimeAssembly = typeof(System.ComponentModel.DefaultValueAttribute).GetTypeInfo().Assembly;
var assemblyVersion = new AssemblyName(systemRuntimeAssembly.FullName).Version.ToString();
var clrVersion = HtmlEncodeAndReplaceLineBreaks(assemblyVersion);

View File

@ -55,7 +55,7 @@
}
}
},
"netstandard1.5": {
"netstandard1.3": {
"dependencies": {
"System.Console": "4.0.0-*",
"System.Diagnostics.StackTrace": "4.0.1-*",

View File

@ -29,7 +29,7 @@
"System.Net.Http": ""
}
},
"netstandard1.5": {
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*",
"System.Net.Http": "4.1.0-*"