Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:03:18 -08:00
parent 86cc122a44
commit 2b50ec99df
57 changed files with 95 additions and 93 deletions

View File

@ -5,6 +5,6 @@
"samples"
],
"sdk": {
"version": "1.0.0-preview2-1-003177"
"version": "1.0.0-preview2-1-003180"
}
}

View File

@ -34,7 +34,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -38,14 +38,14 @@
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.3.0-*",
"System.ComponentModel.TypeConverter": "4.3.0-*"
"Microsoft.CSharp": "4.4.0-*",
"System.ComponentModel.TypeConverter": "4.4.0-*"
}
}
}

View File

@ -31,7 +31,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -36,7 +36,7 @@
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.DependencyModel": "1.1.0",
"Microsoft.Extensions.DependencyModel": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
@ -56,12 +56,12 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*",
"System.Diagnostics.DiagnosticSource": "4.3.0-*"
"NETStandard.Library": "1.6.2-*",
"System.Buffers": "4.4.0-*",
"System.Diagnostics.DiagnosticSource": "4.4.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {}
}
}
}

View File

@ -25,7 +25,7 @@
"Microsoft.AspNetCore.Mvc.Core": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -32,7 +32,7 @@
"type": "build"
},
"Microsoft.Extensions.Localization": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {
@ -42,7 +42,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.3.0-*"
"System.ComponentModel.Annotations": "4.4.0-*"
}
}
}

View File

@ -29,7 +29,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -32,7 +32,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {
@ -43,8 +43,8 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.3.0-*",
"System.Xml.XmlSerializer": "4.3.0-*"
"System.Runtime.Serialization.Xml": "4.4.0-*",
"System.Xml.XmlSerializer": "4.4.0-*"
}
}
}

View File

@ -20,7 +20,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -29,13 +29,13 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.TypeConverter": "4.3.0-*"
"System.ComponentModel.TypeConverter": "4.4.0-*"
}
}
}

View File

@ -46,7 +46,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {
@ -54,7 +54,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Loader": "4.3.0-*"
"System.Runtime.Loader": "4.4.0-*"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"description": "ASP.NET Core MVC Razor Pages.",
"version": "1.0.0-*",
"packOptions": {
@ -22,12 +22,14 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.ViewFeatures": { "target": "project" },
"Microsoft.AspNetCore.Mvc.ViewFeatures": {
"target": "project"
},
"Microsoft.AspNetCore.Razor.Evolution": "1.0.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"netstandard1.6": {},
"net451": {}
}
}
}

View File

@ -37,7 +37,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -58,15 +58,15 @@
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"NETStandard.Library": "1.6.1-*",
"NETStandard.Library": "1.6.2-*",
"Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.3.0-*"
"System.Buffers": "4.4.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.3.0-*"
"System.Runtime.Serialization.Primitives": "4.4.0-*"
}
}
}

View File

@ -33,7 +33,7 @@
"type": "build",
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {
@ -48,8 +48,8 @@
"portable-net451+win8"
],
"dependencies": {
"System.Runtime.Serialization.Xml": "4.3.0-*",
"System.Xml.XmlSerializer": "4.3.0-*"
"System.Runtime.Serialization.Xml": "4.4.0-*",
"System.Xml.XmlSerializer": "4.4.0-*"
}
}
}

View File

@ -46,7 +46,7 @@
},
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -16,10 +16,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -15,10 +15,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -27,10 +27,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -18,10 +18,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -21,10 +21,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -18,10 +18,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -16,10 +16,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -90,7 +90,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
},

View File

@ -17,10 +17,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -18,10 +18,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -27,10 +27,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -32,10 +32,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -1,4 +1,4 @@
{
{
"buildOptions": {
"warningsAsErrors": true
},
@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -26,10 +26,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -17,10 +17,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -7,7 +7,7 @@
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.3.0"
"System.ComponentModel.Annotations": "4.4.0-*"
}
}
},
@ -21,7 +21,7 @@
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"Moq": "4.6.36-*",
"NETStandard.Library": "1.6.1-*",
"NETStandard.Library": "1.6.2-*",
"xunit": "2.2.0-*"
}
}

View File

@ -4,7 +4,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
}
}
}

View File

@ -24,10 +24,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -21,10 +21,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
},
"net451": {}

View File

@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -23,7 +23,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -23,7 +23,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -24,7 +24,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -21,7 +21,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -20,7 +20,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -20,7 +20,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -5,7 +5,7 @@
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.Configuration": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},

View File

@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -39,7 +39,7 @@
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -23,7 +23,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -3,7 +3,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
}
}
}

View File

@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -19,10 +19,10 @@
"imports": "portable-net451+win8",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.4.0-*"
}
}
},

View File

@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}