Skip to content

Commit

Permalink
Upgrading the version of VSSDK Build tools nuget, because the older o…
Browse files Browse the repository at this point in the history
…ne is incompatible with the latest VSSDK. (#1761)
  • Loading branch information
singhsarab authored Sep 10, 2018
1 parent a2b4196 commit d391224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build/TestPlatform.Dependencies.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VSSdkBuildToolsVersion>15.0.26201</VSSdkBuildToolsVersion>
<VSSdkBuildToolsVersion>15.8.3247</VSSdkBuildToolsVersion>

<!-- Name of the elements must be in sync with test\Microsoft.TestPlatform.TestUtilities\IntegrationTestBase.cs -->
<NETTestSdkPreviousVersion>15.5.0</NETTestSdkPreviousVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/package/external/external.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>15.0.26201</Version>
<Version>15.8.3247</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Telemetry">
Expand Down

0 comments on commit d391224

Please sign in to comment.