Revert "Updating to netcoreapp1.1"

This reverts commit c17540f02c.
This commit is contained in:
Pranav K 2016-10-12 16:09:28 -07:00
parent c17540f02c
commit 7bc3d440bd
7 changed files with 7 additions and 7 deletions

View File

@ -14,6 +14,6 @@
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
} }
} }

View File

@ -2202,7 +2202,7 @@ namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
} }
// TagHelperDesignTimeDescriptors are not created in CoreCLR. // TagHelperDesignTimeDescriptors are not created in CoreCLR.
#if !NETCOREAPP1_1 #if !NETCOREAPP1_0
public static TheoryData OutputElementHintData public static TheoryData OutputElementHintData
{ {
get get

View File

@ -1,7 +1,7 @@
// 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. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#if !NETCOREAPP1_1 #if !NETCOREAPP1_0
using System; using System;
using System.Globalization; using System.Globalization;
using System.IO; using System.IO;

View File

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

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
#if NETCOREAPP1_1 #if NETCOREAPP1_0
using System.Reflection; using System.Reflection;
#endif #endif
using Microsoft.AspNetCore.Razor.CodeGenerators; using Microsoft.AspNetCore.Razor.CodeGenerators;

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
#if NETCOREAPP1_1 #if NETCOREAPP1_0
using System.Reflection; using System.Reflection;
#endif #endif
using Microsoft.AspNetCore.Razor.CodeGenerators.Visitors; using Microsoft.AspNetCore.Razor.CodeGenerators.Visitors;

View File

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