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

Commit 7de909a

Browse files
committed
Updating versions to preview3
1 parent 3c84be2 commit 7de909a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/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>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Project>
33
<PropertyGroup>
44
<VersionPrefix>2.0.0</VersionPrefix>
5-
<VersionSuffix>preview2</VersionSuffix>
5+
<VersionSuffix>preview3</VersionSuffix>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)