Manually fix vstest version to match sdk
This commit is contained in:
parent
f68e033132
commit
0cd8f5573b
1 changed files with 2 additions and 2 deletions
|
@ -137,9 +137,9 @@
|
||||||
<Sha>5b37dd5fea143baefbef2bd83836188af0815a30</Sha>
|
<Sha>5b37dd5fea143baefbef2bd83836188af0815a30</Sha>
|
||||||
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
|
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
|
||||||
</Dependency>
|
</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>
|
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||||
<Sha>27666deccccf3fc8ed40f04d2fe80e36e6186181</Sha>
|
<Sha>2d656fe2133f89248825419fb8ffac5505486906</Sha>
|
||||||
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
|
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.4.23207.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.4.23207.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||||
|
|
Loading…
Reference in a new issue