Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 9277523

Browse files
committed
Branching for Alpha
1 parent cd10d7e commit 9277523

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
66
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
77
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
8+
<add key="Rel" value="https://www.myget.org/F/signalr-alpha/api/v3/index.json" />
89
</packageSources>
910
</configuration>

build/dependencies.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreIntegrationTestingVersion>0.5.0-*</AspNetCoreIntegrationTestingVersion>
4-
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
5-
<CoreFxLabsVersion>0.1.0-*</CoreFxLabsVersion>
3+
<AspNetCoreIntegrationTestingVersion>0.4.0</AspNetCoreIntegrationTestingVersion>
4+
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
5+
<CoreFxLabsVersion>0.1.0-alpha-001</CoreFxLabsVersion>
66
<CoreFxVersion>4.4.0-*</CoreFxVersion>
77
<GoogleProtobufVersion>3.1.0</GoogleProtobufVersion>
88
<InternalAspNetCoreSdkVersion>2.1.1-*</InternalAspNetCoreSdkVersion>

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. -->
22
<Project>
33
<PropertyGroup>
4-
<KoreBuildChannel>dev</KoreBuildChannel>
4+
<KoreBuildChannel>rel/2.0.0</KoreBuildChannel>
55
<VersionPrefix>1.0.0</VersionPrefix>
66
<VersionSuffix>alpha1</VersionSuffix>
77
</PropertyGroup>

0 commit comments

Comments
 (0)