Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Update BuildTools to 1.0.25-prerelease-00055
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed Jun 19, 2015
1 parent fcec0f1 commit 7e16b27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Build Tools Versions -->
<PropertyGroup>
<BuildToolsVersion>1.0.25-prerelease-00053</BuildToolsVersion>
<BuildToolsVersion>1.0.25-prerelease-00055</BuildToolsVersion>
<DnxVersion>1.0.0-beta5-12101</DnxVersion>
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'">dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName>
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'">dnx-mono.$(DnxVersion)</DnxPackageName>
Expand Down
2 changes: 1 addition & 1 deletion src/.nuget/packages.Unix.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00053" />
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00055" />
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
<package id="dnx-mono" version="1.0.0-beta5-12101" />
<package id="Microsoft.Net.ToolsetCompilers" version="1.0.0-rc3-20150510-01" />
Expand Down
2 changes: 1 addition & 1 deletion src/.nuget/packages.Windows_NT.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00053" />
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00055" />
<package id="dnx-coreclr-win-x86" version="1.0.0-beta5-12101" />
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
</packages>

0 comments on commit 7e16b27

Please sign in to comment.