Revert "Updating to netcoreapp1.1"

This reverts commit 151bb91997.
This commit is contained in:
Pranav K 2016-10-12 16:07:55 -07:00
Родитель 151bb91997
Коммит 887bd70fd3
9 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
@ -496,7 +496,7 @@ namespace Microsoft.AspNetCore.ResponseCompression.Tests
#if NET451 // Flush not supported, compression disabled
Assert.NotNull(response.Headers.GetValues(HeaderNames.ContentMD5));
Assert.Empty(response.Content.Headers.ContentEncoding);
#elif NETCOREAPP1_1 // Flush supported, compression enabled
#elif NETCOREAPP1_0 // Flush supported, compression enabled
IEnumerable<string> contentMD5 = null;
Assert.False(response.Headers.TryGetValues(HeaderNames.ContentMD5, out contentMD5));
Assert.Single(response.Content.Headers.ContentEncoding, "gzip");
@ -561,7 +561,7 @@ namespace Microsoft.AspNetCore.ResponseCompression.Tests
#if NET451 // Flush not supported, compression disabled
Assert.NotNull(response.Headers.GetValues(HeaderNames.ContentMD5));
Assert.Empty(response.Content.Headers.ContentEncoding);
#elif NETCOREAPP1_1 // Flush supported, compression enabled
#elif NETCOREAPP1_0 // Flush supported, compression enabled
IEnumerable<string> contentMD5 = null;
Assert.False(response.Headers.TryGetValues(HeaderNames.ContentMD5, out contentMD5));
Assert.Single(response.Content.Headers.ContentEncoding, "gzip");

Просмотреть файл

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

Просмотреть файл

@ -12,7 +12,7 @@
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.CodeCoverage": {
"type": "build",