Skip to content

Commit ba1abd4

Browse files
committed
update corefx to version toolset is expecting
1 parent cb4151b commit ba1abd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<!-- Build stabilization properties as passed in by ProdCon. -->
3131
<PropertyGroup>
3232
<UseStableVersions Condition="'$(UseStableVersions)' == ''">false</UseStableVersions>
33-
<VersionStamp Condition="'$(VersionStamp)' == ''">preview</VersionStamp>
33+
<VersionStamp Condition="'$(VersionStamp)' == ''">preview1</VersionStamp>
3434
</PropertyGroup>
3535

3636
<ItemGroup>

repos/corefx.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<PackagesOutput>$(ProjectDirectory)/bin/packages/$(Configuration)</PackagesOutput>
2525
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
26-
<OfficialBuildId>20181014-02</OfficialBuildId>
26+
<OfficialBuildId>20181023-03</OfficialBuildId>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)