Merge pull request #2296 from dotnet/prkrishn/update-more-packages

Update to the latest AspNet packages
This commit is contained in:
Pranav K 2016-04-07 11:04:45 -07:00
commit 9efebf8ef9
12 changed files with 62 additions and 77 deletions

View file

@ -6,7 +6,4 @@
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" /> <add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
<activePackageSource>
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
</activePackageSource>
</configuration> </configuration>

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"Microsoft.ApplicationInsights": "2.0.0-rc1", "Microsoft.ApplicationInsights": "2.0.0-rc1",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20459",
"NuGet.Versioning": "3.5.0-beta-1130", "NuGet.Versioning": "3.5.0-beta-1130",
"NuGet.Packaging": "3.5.0-beta-1130", "NuGet.Packaging": "3.5.0-beta-1130",
"NuGet.Frameworks": "3.5.0-beta-1130", "NuGet.Frameworks": "3.5.0-beta-1130",
@ -22,9 +22,11 @@
} }
}, },
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50", "imports": [
"portable-net45+wp80+win8+wpa81+dnxcore50",
"dnxcore50"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Diagnostics.Process": "4.1.0-rc2-23931" "System.Diagnostics.Process": "4.1.0-rc2-23931"
} }
} }

View file

@ -4,18 +4,17 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"System.CommandLine": "0.1.0-e160323-1",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160405-05", "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160405-05",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Files": "1.0.0-*" "Microsoft.DotNet.Files": "1.0.0-*",
"System.CommandLine": "0.1.0-e160323-1"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"dnxcore50", "portable-net45+wp80+win8+wpa81+dnxcore50",
"portable-net45+win8" "dnxcore50"
] ]
} }
}, },

View file

@ -5,15 +5,16 @@
}, },
"description": "Abstraction to interact with the file system and file paths.", "description": "Abstraction to interact with the file system and file paths.",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Linq.Expressions": "4.0.11-rc2-23931",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*" "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.Linq.Expressions": "4.0.11-rc2-23931"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50" "imports": [
"portable-net45+wp80+win8+wpa81+dnxcore50",
"dnxcore50"
]
} }
}, },
"scripts": {} "scripts": {}

View file

@ -10,16 +10,11 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100" "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20459"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {}
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931"
}
}
}, },
"scripts": {} "scripts": {}
} }

View file

@ -4,13 +4,12 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.Runtime.Loader": "4.0.0-rc2-23931" "System.Runtime.Loader": "4.0.0-rc2-23931"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
} }
} }
} }

View file

@ -4,7 +4,6 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160405-05" "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160405-05"
@ -12,8 +11,9 @@
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"dnxcore50", "portable-net45+wp80+win8+wpa81+dnxcore50",
"portable-net45+win8" "portable-net45+win8",
"dnxcore50"
] ]
} }
} }

View file

@ -5,20 +5,19 @@
}, },
"description": "Types to model a .NET Project", "description": "Types to model a .NET Project",
"dependencies": { "dependencies": {
"System.Reflection.Metadata": "1.3.0-rc2-23931", "Microsoft.Extensions.DependencyModel": "1.0.0-*",
"NuGet.Packaging": "3.5.0-beta-1130", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-20459",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
"Microsoft.Extensions.JsonParser.Sources": {
"type": "build",
"version": "1.0.0-rc2-16453"
},
"Newtonsoft.Json": "7.0.1",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-rc2-16054" "version": "1.0.0-rc2-20459"
}, },
"Microsoft.Extensions.DependencyModel": "1.0.0-*" "Microsoft.Extensions.JsonParser.Sources": {
"type": "build",
"version": "1.0.0-rc2-20221"
},
"Newtonsoft.Json": "7.0.1",
"NuGet.Packaging": "3.5.0-beta-1130",
"System.Reflection.Metadata": "1.3.0-rc2-23931"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -35,14 +34,17 @@
} }
}, },
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50", "imports": [
"portable-net45+wp80+win8+wpa81+dnxcore50",
"dotnet5.4"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
"System.Threading.Thread": "4.0.0-rc2-23931",
"System.Runtime.Loader": "4.0.0-rc2-23931",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931",
"Microsoft.CSharp": "4.0.1-rc2-23931", "Microsoft.CSharp": "4.0.1-rc2-23931",
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
"System.Runtime.Loader": "4.0.0-rc2-23931",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931",
"System.Threading.Thread": "4.0.0-rc2-23931",
"System.Xml.XDocument": "4.0.11-rc2-23931" "System.Xml.XDocument": "4.0.11-rc2-23931"
} }
} }

View file

@ -1,21 +1,20 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Microsoft.DotNet.TestFramework Class Library", "description": "Microsoft.DotNet.TestFramework Class Library",
"authors": [
"sridhper"
],
"tags": [ "tags": [
"" ""
], ],
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"dependencies": { "dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*"
"NETStandard.Library": "1.5.0-rc2-23931"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50" "imports": [
"portable-net45+wp80+win8+wpa81+dnxcore50",
"dnxcore50"
]
} }
} }
} }

View file

@ -10,23 +10,23 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-rc2-16054"
},
"Microsoft.DotNet.InternalAbstractions": { "Microsoft.DotNet.InternalAbstractions": {
"target": "project", "target": "project",
"version": "1.0.0-*" "version": "1.0.0-*"
}, },
"Newtonsoft.Json": "7.0.1", "Microsoft.Extensions.HashCodeCombiner.Sources": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100" "type": "build",
"version": "1.0.0-rc2-20459"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20459",
"Newtonsoft.Json": "7.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": "dnxcore50", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931", "System.Diagnostics.Debug": "4.0.11-rc2-23931",
"System.Dynamic.Runtime": "4.0.11-rc2-23931" "System.Dynamic.Runtime": "4.0.11-rc2-23931"
} }
} }

View file

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16040", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-20459",
"Microsoft.DiaSymReader": "1.0.6", "Microsoft.DiaSymReader": "1.0.6",
"Microsoft.DiaSymReader.Native": "1.3.3" "Microsoft.DiaSymReader.Native": "1.3.3"
}, },
@ -21,11 +21,10 @@
"net451": {}, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"dnxcore50", "portable-net45+wp80+win8+wpa81+dnxcore50",
"portable-net45+win8" "portable-net45+win8"
], ],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Resources.ResourceManager": "4.0.1-rc2-23931", "System.Resources.ResourceManager": "4.0.1-rc2-23931",
"System.Reflection.TypeExtensions": "4.1.0-rc2-23931" "System.Reflection.TypeExtensions": "4.1.0-rc2-23931"
} }

View file

@ -29,20 +29,12 @@
"Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003", "Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20459",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040", "Microsoft.Extensions.Logging": "1.0.0-rc2-20459",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20459",
"Microsoft.Extensions.CommandLineUtils.Sources": { "Microsoft.Extensions.CommandLineUtils.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-rc2-16453" "version": "1.0.0-rc2-20221"
},
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
"version": "1.0.0-rc2-16453",
"type": "build"
},
"Microsoft.Dnx.Runtime.Sources": {
"version": "1.0.0-rc2-16453",
"type": "build"
}, },
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*", "Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23931", "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23931",
@ -66,9 +58,9 @@
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
"netstandardapp1.5", "netstandardapp1.5",
"portable-net45+win8" "portable-net45+win8",
"portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, }
"scripts": {}
} }