Skip to content

Commit

Permalink
Update build tools version
Browse files Browse the repository at this point in the history
Contains fix for #1308
  • Loading branch information
mmitche committed Apr 7, 2015
1 parent c68c294 commit 677f283
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 @@ -2,7 +2,7 @@
<Import Condition="Exists('..\dir.props')" Project="..\dir.props" />
<!-- Build Tools Version -->
<PropertyGroup>
<BuildToolsVersion>1.0.25-prerelease-00026</BuildToolsVersion>
<BuildToolsVersion>1.0.25-prerelease-00028</BuildToolsVersion>
</PropertyGroup>

<!-- Common repo directories -->
Expand Down
2 changes: 1 addition & 1 deletion src/.nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00026" />
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00028" />
</packages>

0 comments on commit 677f283

Please sign in to comment.