Updating to netcoreapp1.1

This commit is contained in:
Pranav K 2016-10-12 13:46:19 -07:00
parent 039e1021a4
commit c17540f02c
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// 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.
#if !NETCOREAPP1_0
#if !NETCOREAPP1_1
using System;
using System.Globalization;
using System.IO;

View File

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

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
#if NETCOREAPP1_0
#if NETCOREAPP1_1
using System.Reflection;
#endif
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.
using System;
#if NETCOREAPP1_0
#if NETCOREAPP1_1
using System.Reflection;
#endif
using Microsoft.AspNetCore.Razor.CodeGenerators.Visitors;

View File

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