Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-22 15:39:04 +00:00 committed by Eric Erhardt
parent 7a82a98e4c
commit 9bc478660a
96 changed files with 243 additions and 217 deletions

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"dotnet-hello": {
"version": "1.0.0",
"target": "package"

View file

@ -5,7 +5,7 @@
},
"testRunner": "must-be-specified-to-generate-deps",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"dotnet-hello": {
"version": "1.0.0",
"target": "package"

View file

@ -1,15 +1,15 @@
{
"compilationOptions": {
"outputName": "MyApp",
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23901"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
"compilationOptions": {
"outputName": "MyApp",
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}
}

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"Microsoft.Extensions.DependencyModel": {
"target": "project",
"version": "1.0.0-*"

View file

@ -5,7 +5,7 @@
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {

View file

@ -1,13 +1,13 @@
{
"compilationOptions": {
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23901"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
"compilationOptions": {
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}
}

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -10,7 +10,10 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23911" }
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23922"
}
}
}
}

View file

@ -6,7 +6,7 @@
"netstandard1.5": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"dependencies": {
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23911" },
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23922" },
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}
}

View file

@ -9,18 +9,18 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-23911"
"Microsoft.NETCore.App": "1.0.0-rc2-23922"
}
}
},
"runtimes": {
"win7-x64": { },
"win7-x86": { },
"osx.10.10-x64": { },
"osx.10.11-x64": { },
"ubuntu.14.04-x64": { },
"centos.7-x64": { },
"rhel.7.2-x64": { },
"debian.8.2-x64": { }
"win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"centos.7-x64": {},
"rhel.7.2-x64": {},
"debian.8.2-x64": {}
}
}

View file

@ -1,13 +1,10 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-91790-12"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
@ -16,6 +13,5 @@
]
}
},
"testRunner": "xunit"
}

View file

@ -7,7 +7,7 @@
"netstandardapp1.5": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
}
},
"net451": {}

View file

@ -6,7 +6,7 @@
},
"dependencies": {
"TestLibrary": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -5,7 +5,7 @@
"outputName": "AppWithContentPackage"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"SharedContentA": "1.0.0-*"
},
"frameworks": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"content": "testcontentfile.txt",
"frameworks": {

View file

@ -9,7 +9,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {
@ -12,10 +12,17 @@
}
},
"scripts": {
"prepublish": [ "echoscript prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?" ],
"postpublish": [ "echoscript postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?" ],
"precompile": [ "echoscript precompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?" ],
"postcompile": [ "echoscript postcompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?" ]
"prepublish": [
"echoscript prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?"
],
"postpublish": [
"echoscript postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:TargetFramework%? ?%publish:Runtime%?"
],
"precompile": [
"echoscript precompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?"
],
"postcompile": [
"echoscript postcompile_output ?%compile:ProjectPath%? ?%compile:Configuration%? ?%compile:OutputPath%? ?%compile:TargetFramework%? ?%compile:Runtime%?"
]
}
}

View file

@ -9,7 +9,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -8,7 +8,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -5,7 +5,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -9,7 +9,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -12,7 +12,7 @@
"portable-net45+wp80+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
}
}
}

View file

@ -15,7 +15,7 @@
"portable-net45+wp80+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
}
}
}

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"configurations": {
"Test": {}

View file

@ -12,7 +12,7 @@
"netstandardapp1.5": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
}
}
}

View file

@ -5,12 +5,12 @@
"netstandardapp1.5": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
}
},
"dnx451": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-23911"
"Microsoft.CSharp": "4.0.1-rc2-23922"
}
}
}

View file

@ -6,7 +6,7 @@
"dependencies": {
"L11": "1.0.0-*",
"L12": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -3,7 +3,7 @@
"dependencies": {
"L12": "1.0.0-*",
"L21": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"L22": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {

View file

@ -5,7 +5,7 @@
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911"
"NETStandard.Library": "1.5.0-rc2-23922"
},
"frameworks": {
"netstandardapp1.5": {