Skip to content

Commit

Permalink
Update build tools to 1.0.25-prerelease-00109
Browse files Browse the repository at this point in the history
[tfs-changeset: 1540722]
  • Loading branch information
ericstj committed Oct 22, 2015
1 parent cb5d38e commit 5f5f1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-00109</BuildToolsVersion>
<BuildToolsVersion>1.0.25-prerelease-00110</BuildToolsVersion>
<DnxVersion>1.0.0-rc1-15838</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.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-00109" />
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00110" />
<package id="dnx-coreclr-win-x86" version="1.0.0-rc1-15838" />
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
</packages>

0 comments on commit 5f5f1e3

Please sign in to comment.