[main] Update dependencies from microsoft/testanywhere (#3215)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-07-07 15:18:24 +02:00 коммит произвёл GitHub
Родитель cd1f78331f
Коммит d2493da703
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -17,13 +17,13 @@
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>fbc5c8316febc4897fe37cb6a1bb20a998917a87</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0-preview.24352.2">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0-preview.24353.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>5e784dd399ca652f818d3506a6ffef0181fc0ea2</Sha>
<Sha>2e9077ba7b2337469344c1f32014e83c01a88733</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24352.2">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24353.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>5e784dd399ca652f818d3506a6ffef0181fc0ea2</Sha>
<Sha>2e9077ba7b2337469344c1f32014e83c01a88733</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -10,7 +10,7 @@
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24352.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.0-preview.24281.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.3.0-preview.24352.2</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24352.2</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.3.0-preview.24353.1</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24353.1</MSTestEngineVersion>
</PropertyGroup>
</Project>