Branching for Alpha

This commit is contained in:
Mikael Mengistu 2017-08-15 11:53:11 -07:00
parent cd10d7e122
commit 92775235f6
3 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,9 @@
<configuration> <configuration>
<packageSources> <packageSources>
<clear /> <clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" /> <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" /> <add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Rel" value="https://www.myget.org/F/signalr-alpha/api/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -1,8 +1,8 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<AspNetCoreIntegrationTestingVersion>0.5.0-*</AspNetCoreIntegrationTestingVersion> <AspNetCoreIntegrationTestingVersion>0.4.0</AspNetCoreIntegrationTestingVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion> <AspNetCoreVersion>2.0.0</AspNetCoreVersion>
<CoreFxLabsVersion>0.1.0-*</CoreFxLabsVersion> <CoreFxLabsVersion>0.1.0-alpha-001</CoreFxLabsVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion> <CoreFxVersion>4.4.0-*</CoreFxVersion>
<GoogleProtobufVersion>3.1.0</GoogleProtobufVersion> <GoogleProtobufVersion>3.1.0</GoogleProtobufVersion>
<InternalAspNetCoreSdkVersion>2.1.1-*</InternalAspNetCoreSdkVersion> <InternalAspNetCoreSdkVersion>2.1.1-*</InternalAspNetCoreSdkVersion>

View File

@ -1,7 +1,7 @@
<!-- This file may be overwritten by automation. --> <!-- This file may be overwritten by automation. -->
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<KoreBuildChannel>dev</KoreBuildChannel> <KoreBuildChannel>rel/2.0.0</KoreBuildChannel>
<VersionPrefix>1.0.0</VersionPrefix> <VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>alpha1</VersionSuffix> <VersionSuffix>alpha1</VersionSuffix>
</PropertyGroup> </PropertyGroup>