Reacting to CoreCLR package changes

This commit is contained in:
Pranav K 2016-03-22 15:09:58 -07:00
parent 3d0bf621f3
commit 1e3d675993
2 changed files with 3 additions and 3 deletions

View File

@ -311,7 +311,7 @@ namespace Microsoft.AspNetCore.Razor.TagHelpers
public bool IsWhiteSpace { get; private set; } = true; public bool IsWhiteSpace { get; private set; } = true;
#if NETSTANDARD1_3 #if NETSTANDARD1_5
// This is an abstract method in DNXCore // This is an abstract method in DNXCore
public override void Write(char value) public override void Write(char value)
{ {

View File

@ -54,7 +54,7 @@
"System.Xml.Linq": "4.0.0.0" "System.Xml.Linq": "4.0.0.0"
} }
}, },
"netstandard1.3": { "netstandard1.5": {
"dependencies": { "dependencies": {
"System.Collections.Concurrent": "4.0.12-*", "System.Collections.Concurrent": "4.0.12-*",
"System.Reflection": "4.1.0-*", "System.Reflection": "4.1.0-*",
@ -64,7 +64,7 @@
"System.Xml.XDocument": "4.0.11-*" "System.Xml.XDocument": "4.0.11-*"
}, },
"imports": [ "imports": [
"dotnet5.4" "dotnet5.6"
] ]
} }
} }