go to rel, do not pass go, do not collect $200

This commit is contained in:
Andrew Stanton-Nurse 2016-01-27 16:03:00 -08:00 committed by piotrp
parent 1796586280
commit 1a6d5c9f5e
59 changed files with 99 additions and 95 deletions

View file

@ -3,7 +3,7 @@
<packageSources> <packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <clear />
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" /> <add key="dotnet-core-rel" value="https://www.myget.org/F/dotnet-core-rel/api/v3/index.json" />
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" /> <add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" /> <add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="roslyn-nightly" value="https://www.myget.org/F/roslyn-nightly/api/v3/index.json" /> <add key="roslyn-nightly" value="https://www.myget.org/F/roslyn-nightly/api/v3/index.json" />

View file

@ -6,9 +6,9 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.Reflection.Metadata": "1.2.0-rc3-23727", "System.Reflection.Metadata": "1.2.0-rc2-23727",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530" "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530"
}, },

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.CommandLine": "0.1.0-e160119-1", "System.CommandLine": "0.1.0-e160119-1",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",

View file

@ -4,9 +4,9 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.Runtime.Loader": "4.0.0-rc3-23727" "System.Runtime.Loader": "4.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {

View file

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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.2.0-beta1-20160108-01" "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160108-01"

View file

@ -5,13 +5,13 @@
}, },
"description": "Types to model a .NET Project", "description": "Types to model a .NET Project",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Reflection.Metadata": "1.2.0-rc2-23608", "System.Reflection.Metadata": "1.2.0-rc2-23608",
"System.Runtime.Loader": "4.0.0-rc3-23727", "System.Runtime.Loader": "4.0.0-rc2-23727",
"System.Dynamic.Runtime": "4.0.11-rc3-23727", "System.Dynamic.Runtime": "4.0.11-rc2-23727",
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23727", "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23727",
"Microsoft.CSharp": "4.0.1-rc3-23727", "Microsoft.CSharp": "4.0.1-rc2-23727",
"System.Xml.XDocument": "4.0.11-rc3-23727", "System.Xml.XDocument": "4.0.11-rc2-23727",
"NuGet.Packaging": "3.4.0-beta-536", "NuGet.Packaging": "3.4.0-beta-536",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15975", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15975",

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23727" "NETStandard.Library" : "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -17,18 +17,22 @@
"dotnet5.4": { "dotnet5.4": {
"imports": "portable-net451+win8", "imports": "portable-net451+win8",
"dependencies": { "dependencies": {
"System.IO.FileSystem": "4.0.1-rc3-23727", "System.IO.FileSystem": "4.0.1-rc2-23727",
"System.Linq": "4.0.1-rc3-23727", "System.Linq": "4.0.1-rc2-23727",
"System.Runtime": "4.0.21-rc3-23727", "System.Runtime": "4.0.21-rc2-23727",
"System.Reflection": "4.1.0-rc3-23727", "System.Reflection": "4.1.0-rc2-23727",
"System.Dynamic.Runtime": "4.0.11-rc3-23727" "System.Dynamic.Runtime": "4.0.11-rc2-23727"
} }
}, },
"dnxcore50": { "dnxcore50": {
"imports": "portable-net45+win8", "imports": "portable-net45+win8",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727",
"System.Dynamic.Runtime": "4.0.11-rc3-23727" "System.IO.FileSystem": "4.0.1-rc2-23727",
"System.Linq": "4.0.1-rc2-23727",
"System.Runtime": "4.0.21-rc2-23727",
"System.Reflection": "4.1.0-rc2-23727",
"System.Dynamic.Runtime": "4.0.11-rc2-23727"
} }
} }
}, },

View file

@ -13,9 +13,9 @@
"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-15935", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-15935",
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Resources.ResourceManager": "4.0.1-rc3-23727", "System.Resources.ResourceManager": "4.0.1-rc2-23727",
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727" "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727"
}, },
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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-*",
"dotnet-compile": "1.0.0-*", "dotnet-compile": "1.0.0-*",

View file

@ -4,10 +4,10 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01",
"System.Net.Sockets": "4.1.0-rc3-23727", "System.Net.Sockets": "4.1.0-rc2-23727",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": { "Microsoft.Extensions.CommandLineUtils.Sources": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218", "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.DotNet.AppDep":"1.0.4-*" "Microsoft.DotNet.AppDep":"1.0.4-*"
}, },
"frameworks": { "frameworks": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": { "Microsoft.Extensions.CommandLineUtils.Sources": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc2-23704" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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-*",

View file

@ -4,8 +4,8 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.IO.Compression.ZipFile": "4.0.1-rc3-23727", "System.IO.Compression.ZipFile": "4.0.1-rc2-23727",
"Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",

View file

@ -4,9 +4,9 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Threading.ThreadPool": "4.0.10-rc3-23727", "System.Threading.ThreadPool": "4.0.10-rc2-23727",
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727", "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727",
"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.Extensions.CommandLineUtils.Sources": { "Microsoft.Extensions.CommandLineUtils.Sources": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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-*",

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20160108-01", "Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20160108-01",

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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-*",

View file

@ -4,9 +4,9 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Xml.XDocument": "4.0.11-rc3-23727", "System.Xml.XDocument": "4.0.11-rc2-23727",
"System.Resources.ReaderWriter": "4.0.0-rc3-23727", "System.Resources.ReaderWriter": "4.0.0-rc2-23727",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
"Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*",

View file

@ -11,10 +11,10 @@
}, },
"dependencies": { "dependencies": {
"NuGet.CommandLine.XPlat": "3.4.0-beta-536", "NuGet.CommandLine.XPlat": "3.4.0-beta-536",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-23727", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23727", "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Linq.Expressions": "4.0.11-rc3-23727", "System.Linq.Expressions": "4.0.11-rc2-23727",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*",
"Microsoft.Dnx.Runtime.CommandParsing.Sources": { "Microsoft.Dnx.Runtime.CommandParsing.Sources": {

View file

@ -4,10 +4,10 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01",
"System.Net.Sockets": "4.1.0-rc3-23727", "System.Net.Sockets": "4.1.0-rc2-23727",
"System.CommandLine" : "0.1.0-e160119-1", "System.CommandLine" : "0.1.0-e160119-1",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",

View file

@ -10,11 +10,11 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-23727", "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23727",
"System.Diagnostics.TraceSource": "4.0.0-rc3-23727", "System.Diagnostics.TraceSource": "4.0.0-rc2-23727",
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc3-23727", "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23727", "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Dnx.Runtime.CommandParsing.Sources": { "Microsoft.Dnx.Runtime.CommandParsing.Sources": {
"version": "1.0.0-*", "version": "1.0.0-*",

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": { "Microsoft.Extensions.CommandLineUtils.Sources": {

View file

@ -1,12 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23722", "NETStandard.Library" : "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23722", "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
"xunit": "2.1.0", "xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.console.netcore": "1.0.2-prerelease-00101",

View file

@ -1,12 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23722", "NETStandard.Library" : "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23722", "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
"xunit": "2.1.0", "xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.console.netcore": "1.0.2-prerelease-00101",

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23727", "NETStandard.Library" : "1.0.0-rc2-23727",
"xunit": "2.1.0", "xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.console.netcore": "1.0.2-prerelease-00101",

View file

@ -9,7 +9,7 @@
], ],
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -9,7 +9,7 @@
], ],
"dependencies": { "dependencies": {
"TestLibrary": "1.0.0-*", "TestLibrary": "1.0.0-*",
"NETStandard.Library": "1.0.0-rc3-23722", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
}, },

View file

@ -9,7 +9,7 @@
], ],
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"compilerName": "fsc", "compilerName": "fsc",
"compileFiles": [ "compileFiles": [

View file

@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23727", "NETStandard.Library" : "1.0.0-rc2-23727",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*" "Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
}, },

View file

@ -3,8 +3,8 @@
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library", "description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"System.Collections.Immutable": "1.2.0-rc3-23727", "System.Collections.Immutable": "1.2.0-rc2-23727",
"FluentAssertions": "4.0.0", "FluentAssertions": "4.0.0",
"xunit": "2.1.0", "xunit": "2.1.0",

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library" : "1.0.0-rc3-23722", "NETStandard.Library" : "1.0.0-rc2-23727",
"xunit": "2.1.0", "xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.console.netcore": "1.0.2-prerelease-00101",

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"TestLibrary": { "target":"project"}, "TestLibrary": { "target":"project"},
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },

View file

@ -5,7 +5,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View file

@ -11,7 +11,7 @@
"dnxcore50": { "dnxcore50": {
"imports" : "portable-net45+wp80+win8", "imports" : "portable-net45+wp80+win8",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
} }
} }
} }

View file

@ -8,7 +8,7 @@
"L11": "1.0.0-*", "L11": "1.0.0-*",
"L12": "1.0.0-*", "L12": "1.0.0-*",
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -5,7 +5,7 @@
"L12": "1.0.0-*", "L12": "1.0.0-*",
"L21": "1.0.0-*", "L21": "1.0.0-*",
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"L22": "1.0.0-*", "L22": "1.0.0-*",
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722" "NETStandard.Library": "1.0.0-rc2-23727"
}, },
"frameworks": { "frameworks": {

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost" : "1.0.0-*", "Microsoft.NETCore.TestHost" : "1.0.0-*",
"xunit": "2.1.0", "xunit": "2.1.0",

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost" : "1.0.0-*", "Microsoft.NETCore.TestHost" : "1.0.0-*",
"xunit": "2.1.0", "xunit": "2.1.0",

View file

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc3-23727", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"dotnet-projectmodel-server": "1.0.0-*", "dotnet-projectmodel-server": "1.0.0-*",
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-*", "Microsoft.NETCore.TestHost": "1.0.0-rc2-*",
"xunit": "2.1.0", "xunit": "2.1.0",

View file

@ -3,7 +3,7 @@
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722", "NETStandard.Library": "1.0.0-rc2-23727",
} }
}, },
"dnx451": { } "dnx451": { }

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727", "NETStandard.Library": "1.0.0-rc2-23727",
"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-*"
}, },