Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 590099a

Browse files
committed
Branching for rel/2.0.0-preview2
1 parent 900bc66 commit 590099a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NuGet.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
4+
<clear />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
56
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
67
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
78
</packageSources>
8-
</configuration>
9+
</configuration>

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AspNetCoreLabsVersion>0.3.0-*</AspNetCoreLabsVersion>
44
<AspNetIntegrationTestingVersion>0.4.0-*</AspNetIntegrationTestingVersion>
5-
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
5+
<AspNetCoreVersion>2.0.0-preview2-*</AspNetCoreVersion>
66
<AutoMapperVersion>5.2.0</AutoMapperVersion>
77
<ImmutableCollectionsVersion>1.3.1</ImmutableCollectionsVersion>
88
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>

0 commit comments

Comments
 (0)