Update Mvc.Core and dependencies to netstandard1.6

This commit is contained in:
Pranav K 2016-05-26 15:57:57 -07:00
parent b6794ab1b7
commit bb226aef6b
38 changed files with 38 additions and 38 deletions

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using System.Threading.Tasks;

View File

@ -32,7 +32,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
]

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using Microsoft.AspNetCore.Mvc.ModelBinding;

View File

@ -3,7 +3,7 @@
using System;
using System.Collections.ObjectModel;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using Microsoft.AspNetCore.Mvc.Core;

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using System.Runtime.ExceptionServices;

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using System.Threading.Tasks;

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using System.Threading.Tasks;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using System.Threading.Tasks;

View File

@ -58,7 +58,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
],

View File

@ -26,7 +26,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
]

View File

@ -3,7 +3,7 @@
using System;
using System.ComponentModel.DataAnnotations;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;

View File

@ -37,7 +37,7 @@
"System.ComponentModel.DataAnnotations": ""
}
},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
],

View File

@ -30,7 +30,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
]

View File

@ -38,7 +38,7 @@
"System.Xml": ""
}
},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
],

View File

@ -21,7 +21,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net45+win8"
]

View File

@ -32,7 +32,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",

View File

@ -44,7 +44,7 @@
"frameworkAssemblies": {
}
},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
],

View File

@ -5,7 +5,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using Microsoft.AspNetCore.Mvc.ModelBinding;

View File

@ -41,7 +41,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net45+win8"
]

View File

@ -5,7 +5,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
#if NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Reflection;
#endif
using Microsoft.AspNetCore.Mvc.ModelBinding;

View File

@ -52,7 +52,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-*"
},

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.ObjectModel;
using System.Diagnostics;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Net.Http.Headers;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Collections.ObjectModel;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using Microsoft.AspNetCore.WebUtilities;
using System.Collections;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Globalization;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Net.Http.Headers;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Net.Http.Headers;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Net.Http.Headers;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
namespace System.Net.Http.Formatting
{

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Diagnostics;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Diagnostics;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Diagnostics;
using System.Net.Http.Headers;

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 NETSTANDARD1_5
#if NETSTANDARD1_6
using System.Collections.Generic;
using System.Diagnostics;

View File

@ -19,7 +19,7 @@ namespace System.Net.Http
/// </summary>
public static class HttpRequestMessageExtensions
{
#if !NETSTANDARD1_5
#if !NETSTANDARD1_6
/// <summary>
/// Helper method for creating an <see cref="HttpResponseMessage"/> message with a "416 (Requested Range Not

View File

@ -38,7 +38,7 @@
"System.Xml": ""
}
},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
],

View File

@ -37,7 +37,7 @@
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"netstandard1.6": {
"imports": [
"portable-net451+win8"
]