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

Commit 49109f6

Browse files
committed
Update version.props to build 2.0.0-rc1-final packages
1 parent 7d99963 commit 49109f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<OwinVersion>4.0.0-alpha1</OwinVersion>
1515
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
1616
<TestSdkVersion>15.3.0</TestSdkVersion>
17-
<XunitVersion>2.3.0-*</XunitVersion>
17+
<XunitVersion>2.3.0-rc3-build3818</XunitVersion>
1818
</PropertyGroup>
1919

2020
</Project>

build/version.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.0.0</VersionPrefix>
5-
<VersionSuffix>rc1</VersionSuffix>
6-
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
4+
<Version>2.0.0-rc1-final</Version>
75
</PropertyGroup>
86

97
</Project>

0 commit comments

Comments
 (0)