Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit d9e75c8

Browse files
committed
Updating versions to preview3
1 parent ebe9d8a commit d9e75c8

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,6 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?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" />

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)