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

Commit 3004e1f

Browse files
committed
Updating versions to 2.0.0-preview1
1 parent 1609c68 commit 3004e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreVersion>1.2.0-*</AspNetCoreVersion>
3+
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.3.0</CoreFxVersion>
55
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
66
<JsonNetVersion>10.0.1</JsonNetVersion>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>1.2.0</VersionPrefix>
4+
<VersionPrefix>2.0.0</VersionPrefix>
55
<VersionSuffix>preview1</VersionSuffix>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)