Skip to content

Commit

Permalink
Manually fix vstest version to match sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Apr 10, 2023
1 parent f68e033 commit 0cd8f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@
<Sha>5b37dd5fea143baefbef2bd83836188af0815a30</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.7.0-preview.23205.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.0-preview-20230323-05" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>27666deccccf3fc8ed40f04d2fe80e36e6186181</Sha>
<Sha>2d656fe2133f89248825419fb8ffac5505486906</Sha>
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.4.23207.2" CoherentParentDependency="Microsoft.NET.Sdk">
Expand Down

0 comments on commit 0cd8f55

Please sign in to comment.