update rc2-preview1 to preview1
This commit is contained in:
parent
5bcc4c91c5
commit
d1cd3703ac
16 changed files with 27 additions and 27 deletions
|
@ -12,9 +12,9 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.0-rc2-*"
|
||||
},
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*"
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=0
|
||||
PATCH_VERSION=0
|
||||
RELEASE_SUFFIX=rc2-preview1
|
||||
RELEASE_SUFFIX=preview1
|
||||
CHANNEL=beta
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</Component>
|
||||
<Component Id="SetupRegistry_x86_RC2_Compat_Key" Directory="TARGETDIR" Win64="no">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sdk">
|
||||
<RegistryValue Action="write" Name="1.0.0-rc2-preview1" Type="integer" Value="1" KeyPath="yes"/>
|
||||
<RegistryValue Action="write" Name="1.0.0-preview1" Type="integer" Value="1" KeyPath="yes"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
|
|
@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
case "beta":
|
||||
case "rc1":
|
||||
case "rc2":
|
||||
case "rc2-preview1":
|
||||
case "preview1":
|
||||
case "rtm":
|
||||
packageName = "dotnet";
|
||||
break;
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Files": "1.0.0-rc2-preview1-*"
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.Files": "1.0.0-preview1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"description": "Abstraction to interact with the file system and file paths.",
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"System.Linq.Expressions": "4.0.11-rc2-24027"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"description": "Microsoft.DotNet.TestFramework Class Library",
|
||||
"tags": [
|
||||
""
|
||||
|
@ -10,7 +10,7 @@
|
|||
"projectUrl": "",
|
||||
"licenseUrl": "",
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*"
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dotnet/cli"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
@ -12,8 +12,8 @@
|
|||
"dependencies": {
|
||||
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0-rc2-*"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-rc2-preview1-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
@ -26,9 +26,9 @@
|
|||
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",
|
||||
"Microsoft.ApplicationInsights": "2.0.0",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview1-*",
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-24027",
|
||||
"Microsoft.NETCore.App": {
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"FluentAssertions": "4.0.0",
|
||||
"xunit": "2.1.0",
|
||||
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
|
||||
"Microsoft.DotNet.TestFramework": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.InternalAbstractions": {
|
||||
"target": "project",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"version": "1.0.0-rc2-*"
|
||||
},
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
|
||||
"Microsoft.DotNet.TestFramework": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
|
||||
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-24027",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*"
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
|
||||
"NETStandard.Library": "1.5.0-rc2-24027"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue