Skip to content

Commit

Permalink
Merge pull request #23253 from tmat/FixTestSdk
Browse files Browse the repository at this point in the history
Workaround for test SDK issue microsoft/vstest#373
  • Loading branch information
tmat authored Nov 17, 2017
2 parents 408cfe0 + f37b861 commit 9bbf8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Targets/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion>14.3.25407-alpha</MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion>
<MicrosoftMetadataVisualizerVersion>1.0.0-beta1-61531-03</MicrosoftMetadataVisualizerVersion>
<MicrosoftMSXMLVersion>8.0.0.0-alpha</MicrosoftMSXMLVersion>
<MicrosoftNETTestSdkVersion>15.3.0</MicrosoftNETTestSdkVersion>
<!-- Using a private build of Microsoft.Net.Test.SDK to work around issue https://github.com/Microsoft/vstest/issues/373 -->
<MicrosoftNETTestSdkVersion>15.6.0-dev</MicrosoftNETTestSdkVersion>
<MicrosoftNetCompilersVersion>2.6.0-beta3-62227-02</MicrosoftNetCompilersVersion>
<MicrosoftNetRoslynDiagnosticsVersion>2.6.0-beta1-62231-02</MicrosoftNetRoslynDiagnosticsVersion>
<MicrosoftNetCoreILAsmVersion>2.0.0</MicrosoftNetCoreILAsmVersion>
Expand Down

0 comments on commit 9bbf8cd

Please sign in to comment.