File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
<XunitPackageVersion >2.3.1</XunitPackageVersion >
28
28
<XunitRunnerVisualStudioPackageVersion >2.4.0</XunitRunnerVisualStudioPackageVersion >
29
29
</PropertyGroup >
30
- <PropertyGroup Label =" Package Versions: Pinned" />
31
30
<Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
31
+ <PropertyGroup Label =" Package Versions: Pinned" />
32
32
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.2.0</VersionPrefix >
4
- <VersionSuffix >preview1 </VersionSuffix >
4
+ <VersionSuffix >preview2 </VersionSuffix >
5
5
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
6
6
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
7
7
<BuildNumber Condition =" '$(BuildNumber)' == ''" >t000</BuildNumber >
You can’t perform that action at this time.
0 commit comments