Merge branch 'release' into dev

This commit is contained in:
Pavel Krymets 2016-04-18 16:58:32 -07:00
commit dd6bf6a205
3 changed files with 3 additions and 1 deletions

View File

@ -233,7 +233,7 @@ namespace Microsoft.AspNetCore.Hosting.Startup
private static string GenerateFooterEncoded(IRuntimeEnvironment environment)
{
var runtimeType = HtmlEncodeAndReplaceLineBreaks(environment.RuntimeType);
#if NETSTANDARDAPP1_5 || NETSTANDARD1_3
#if NETCOREAPP1_0 || NETSTANDARD1_3
var systemRuntimeAssembly = typeof(System.ComponentModel.DefaultValueAttribute).GetTypeInfo().Assembly;
var assemblyVersion = new AssemblyName(systemRuntimeAssembly.FullName).Version.ToString();
var clrVersion = HtmlEncodeAndReplaceLineBreaks(assemblyVersion);

View File

@ -7,6 +7,7 @@
"testroot/**/*"
],
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Owin": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -4,6 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",