Update partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:56:15 -07:00
parent da3a457fc5
commit 6d235e4ef5
55 changed files with 136 additions and 136 deletions

View File

@ -33,7 +33,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -37,16 +37,15 @@
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.1.0-*"
"Microsoft.Net.Http.Headers": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
"Microsoft.CSharp": "4.3.0-*",
"System.ComponentModel.TypeConverter": "4.3.0-*"
}
}
}

View File

@ -21,14 +21,15 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*",
"type": "build"
}
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -22,24 +22,24 @@
"dependencies": {
"Microsoft.AspNetCore.Authorization": "1.1.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build",
"version": "1.1.0-*"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyModel": "1.0.1-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyModel": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.1.0-*"
},
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
"Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.1.0-*",
@ -53,15 +53,12 @@
"version": "1.1.0-*",
"type": "build"
},
"System.Buffers": "4.0.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*",
"System.Diagnostics.DiagnosticSource": "4.3.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Text.Encoding": "4.0.11-*"
}
}
"netstandard1.6": {}
}
}

View File

@ -22,7 +22,8 @@
},
"dependencies": {
"Microsoft.AspNetCore.Cors": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*"
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -29,7 +29,8 @@
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.Localization": "1.1.0-*"
"Microsoft.Extensions.Localization": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
@ -39,7 +40,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.1.0-*"
"System.ComponentModel.Annotations": "4.3.0-*"
}
}
}

View File

@ -26,7 +26,8 @@
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -29,7 +29,8 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
@ -40,8 +41,8 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
"System.Runtime.Serialization.Xml": "4.3.0-*",
"System.Xml.XmlSerializer": "4.3.0-*"
}
}
}

View File

@ -17,7 +17,8 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -28,16 +28,14 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
"System.ComponentModel.TypeConverter": "4.3.0-*"
}
}
}

View File

@ -24,7 +24,7 @@
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.Extensions.FileProviders.Composite": "1.1.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
@ -37,7 +37,8 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
@ -45,8 +46,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.Text.Encoding": "4.0.11-*",
"System.Runtime.Loader": "4.0.0-*"
"System.Runtime.Loader": "4.3.0-*"
}
}
}

View File

@ -23,9 +23,13 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.Logging.Abstractions": {
"version": "1.1.0-*",
"type": "build"
@ -35,10 +39,7 @@
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"type": "build"
}
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -52,14 +52,15 @@
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.0.0-*"
"System.Buffers": "4.3.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-*"
"System.Runtime.Serialization.Primitives": "4.3.0-*"
}
}
}

View File

@ -21,14 +21,15 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0-*",
"Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
@ -43,9 +44,8 @@
"portable-net451+win8"
],
"dependencies": {
"System.Net.Http": "4.1.0-*",
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
"System.Runtime.Serialization.Xml": "4.3.0-*",
"System.Xml.XmlSerializer": "4.3.0-*"
}
}
}

View File

@ -33,7 +33,8 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

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

View File

@ -20,10 +20,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -20,8 +20,8 @@
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
@ -30,11 +30,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Xml.XmlDocument": "4.0.1-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -22,10 +22,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.ModelBinding.Metadata;
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
using Microsoft.AspNetCore.Testing;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.Extensions.Internal;
using Microsoft.Extensions.Localization;
using Moq;
using Xunit;

View File

@ -8,8 +8,8 @@ using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Internal;
using Microsoft.Extensions.Localization;
using Moq;
using Xunit;

View File

@ -13,6 +13,10 @@
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
@ -22,10 +26,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -22,10 +22,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

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

View File

@ -10,12 +10,12 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"ApiExplorerWebSite": "1.0.0",
"ApplicationModelWebSite": "1.0.0",
"BasicWebSite": "1.0.0",
"ControllersFromServicesWebSite": "1.0.0",
"CorsWebSite": "1.0.0",
"dotnet-test-xunit": "2.2.0-*",
"ErrorPageMiddlewareWebSite": "1.0.0",
"FilesWebSite": "1.0.0",
"FiltersWebSite": "1.0.0",
@ -48,7 +48,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
},

View File

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

View File

@ -20,10 +20,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

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

View File

@ -42,10 +42,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

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

View File

@ -16,11 +16,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Xml.XmlDocument": "4.0.1-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -5,7 +5,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"NETStandard.Library": "1.6.1-*"
}
}
}

View File

@ -5,7 +5,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"NETStandard.Library": "1.6.1-*"
}
}
}

View File

@ -29,10 +29,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -7,8 +7,8 @@
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
@ -20,10 +20,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {}

View File

@ -4,11 +4,11 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -16,7 +16,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -4,10 +4,10 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

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

View File

@ -19,7 +19,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -9,12 +9,12 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Cors": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -22,7 +22,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -4,11 +4,11 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -16,7 +16,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -7,10 +7,10 @@
}
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*"
},
@ -19,7 +19,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -4,12 +4,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -17,7 +17,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -4,11 +4,11 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
},
"frameworks": {
@ -16,7 +16,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -6,20 +6,20 @@
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -4,14 +4,11 @@
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Configuration": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*"
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0-*"
}
}
"netstandard1.3": {}
}
}

View File

@ -16,7 +16,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

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

View File

@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -17,11 +17,10 @@
"imports": "portable-net451+win8",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Diagnostics.Tracing": "4.1.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
}
},

View File

@ -16,10 +16,9 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Linq.Queryable": "4.0.1-*"
}
}
}
},