go to rel, do not pass go, do not collect $200
This commit is contained in:
parent
1796586280
commit
1a6d5c9f5e
59 changed files with 99 additions and 95 deletions
|
@ -3,7 +3,7 @@
|
|||
<packageSources>
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<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="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" />
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"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"
|
||||
},
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"System.Runtime.Loader": "4.0.0-rc3-23727"
|
||||
"System.Runtime.Loader": "4.0.0-rc2-23727"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160108-01"
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
},
|
||||
"description": "Types to model a .NET Project",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Reflection.Metadata": "1.2.0-rc2-23608",
|
||||
"System.Runtime.Loader": "4.0.0-rc3-23727",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-23727",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23727",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-23727",
|
||||
"System.Xml.XDocument": "4.0.11-rc3-23727",
|
||||
"System.Runtime.Loader": "4.0.0-rc2-23727",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-23727",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23727",
|
||||
"Microsoft.CSharp": "4.0.1-rc2-23727",
|
||||
"System.Xml.XDocument": "4.0.11-rc2-23727",
|
||||
"NuGet.Packaging": "3.4.0-beta-536",
|
||||
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15975",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23727"
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -16,19 +16,23 @@
|
|||
"net451": { },
|
||||
"dotnet5.4": {
|
||||
"imports": "portable-net451+win8",
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem": "4.0.1-rc3-23727",
|
||||
"System.Linq": "4.0.1-rc3-23727",
|
||||
"System.Runtime": "4.0.21-rc3-23727",
|
||||
"System.Reflection": "4.1.0-rc3-23727",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-23727"
|
||||
"dependencies": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"imports": "portable-net45+win8",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-23727"
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-rc2-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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
"Newtonsoft.Json": "7.0.1",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-15935",
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Resources.ResourceManager": "4.0.1-rc3-23727",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Resources.ResourceManager": "4.0.1-rc2-23727",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"dotnet-compile": "1.0.0-*",
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"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",
|
||||
"System.Net.Sockets": "4.1.0-rc3-23727",
|
||||
"System.Net.Sockets": "4.1.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.AppDep":"1.0.4-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
"dependencies": {
|
||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||
"NETStandard.Library": "1.0.0-rc2-23704"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.IO.Compression.ZipFile": "4.0.1-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.IO.Compression.ZipFile": "4.0.1-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Threading.ThreadPool": "4.0.10-rc3-23727",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Threading.ThreadPool": "4.0.10-rc2-23727",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"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",
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Xml.XDocument": "4.0.11-rc3-23727",
|
||||
"System.Resources.ReaderWriter": "4.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Xml.XDocument": "4.0.11-rc2-23727",
|
||||
"System.Resources.ReaderWriter": "4.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"NuGet.CommandLine.XPlat": "3.4.0-beta-536",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-rc3-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Linq.Expressions": "4.0.11-rc3-23727",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Linq.Expressions": "4.0.11-rc2-23727",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"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",
|
||||
"System.Net.Sockets": "4.1.0-rc3-23727",
|
||||
"System.Net.Sockets": "4.1.0-rc2-23727",
|
||||
"System.CommandLine" : "0.1.0-e160119-1",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-23727",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-rc3-23727",
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc3-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23727",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23722",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23722",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23722",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc3-23722",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23727",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23727",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"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",
|
||||
},
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"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",
|
||||
"compileFiles": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23727",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
|
||||
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
|
||||
},
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.Collections.Immutable": "1.2.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"System.Collections.Immutable": "1.2.0-rc2-23727",
|
||||
"FluentAssertions": "4.0.0",
|
||||
"xunit": "2.1.0",
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc3-23722",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23727",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"dependencies": {
|
||||
"TestLibrary": { "target":"project"},
|
||||
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"dnxcore50": {
|
||||
"imports" : "portable-net45+wp80+win8",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"L11": "1.0.0-*",
|
||||
"L12": "1.0.0-*",
|
||||
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"L12": "1.0.0-*",
|
||||
"L21": "1.0.0-*",
|
||||
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"dependencies": {
|
||||
"L22": "1.0.0-*",
|
||||
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722"
|
||||
"NETStandard.Library": "1.0.0-rc2-23727"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-*",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-*",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-rc3-23727",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"dotnet-projectmodel-server": "1.0.0-*",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-*",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23722",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
}
|
||||
},
|
||||
"dnx451": { }
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"NETStandard.Library": "1.0.0-rc2-23727",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue