Updating to netcoreapp1.1

This commit is contained in:
Pranav K 2016-10-13 11:18:10 -07:00
parent 11a67b8f55
commit cdbd9ffa74
9 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -10,7 +10,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -7,7 +7,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -5,7 +5,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -5,7 +5,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -7,7 +7,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -337,7 +337,7 @@ namespace Microsoft.AspNetCore.WebUtilities.Test
[Theory] [Theory]
[InlineData("你好世界", "utf-16")] [InlineData("你好世界", "utf-16")]
#if !NETCOREAPP1_0 #if !NETCOREAPP1_1
// CoreCLR does not like shift_jis as an encoding. // CoreCLR does not like shift_jis as an encoding.
[InlineData("こんにちは世界", "shift_jis")] [InlineData("こんにちは世界", "shift_jis")]
#endif #endif
@ -368,7 +368,7 @@ namespace Microsoft.AspNetCore.WebUtilities.Test
[InlineData('你', 1023, "utf-16")] [InlineData('你', 1023, "utf-16")]
[InlineData('你', 1024, "utf-16")] [InlineData('你', 1024, "utf-16")]
[InlineData('你', 1050, "utf-16")] [InlineData('你', 1050, "utf-16")]
#if !NETCOREAPP1_0 #if !NETCOREAPP1_1
// CoreCLR does not like shift_jis as an encoding. // CoreCLR does not like shift_jis as an encoding.
[InlineData('こ', 1023, "shift_jis")] [InlineData('こ', 1023, "shift_jis")]
[InlineData('こ', 1024, "shift_jis")] [InlineData('こ', 1024, "shift_jis")]

View File

@ -9,7 +9,7 @@
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -6,7 +6,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",