This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments