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

Commit ff89987

Browse files
committed
Updating versions to 2.0.0-preview1
1 parent f73dc5c commit ff89987

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
<AspNetCoreLabsVersion>0.3.0-*</AspNetCoreLabsVersion>
55
<CoreFxVersion>4.3.0</CoreFxVersion>
66
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>

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)