Skip to content

Commit bc4c885

Browse files
Fix MSTest.SDK deps (#2650)
1 parent c3973e8 commit bc4c885

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Uri>https://github.com/dotnet/arcade</Uri>
1414
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.5-preview.24171.5">
16+
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.4">
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
18-
<Sha>577a69889b85ef831532a97e3b5e3bf8f510de4a</Sha>
18+
<Sha>a12555c42042c92e5c5c12399e7ab27a3fec615c</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0">
2121
<Uri>https://github.com/microsoft/testanywhere</Uri>
@@ -25,9 +25,9 @@
2525
<Uri>https://github.com/microsoft/testanywhere</Uri>
2626
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
2727
</Dependency>
28-
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24203.1">
28+
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24163.4">
2929
<Uri>https://github.com/microsoft/testanywhere</Uri>
30-
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
30+
<Sha>1a55dc84d0c3e2e070479a7cdfc1d7334230c592</Sha>
3131
</Dependency>
3232
</ToolsetDependencies>
3333
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup Label="Version settings">
33
<!-- This repo version -->
4-
<VersionPrefix>3.3.0</VersionPrefix>
4+
<VersionPrefix>3.3.1</VersionPrefix>
55
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
66
</PropertyGroup>
77
<PropertyGroup Label="MSTest dependencies">
@@ -28,14 +28,14 @@
2828
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
2929
<MicrosoftTestingFrameworkVersion>1.1.0</MicrosoftTestingFrameworkVersion>
3030
<MicrosoftTestingPlatformVersion>1.1.0</MicrosoftTestingPlatformVersion>
31-
<MSTestEngineVersion>1.0.0-alpha.24203.1</MSTestEngineVersion>
31+
<MSTestEngineVersion>1.0.0-alpha.24163.4</MSTestEngineVersion>
3232
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.9.28</MicrosoftVisualStudioThreadingAnalyzersVersion>
3333
<StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="MSTest test dependencies">
3636
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
3737
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24074.2</MicrosoftCodeAnalysisAnalyzerTestingVersion>
38-
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.5-preview.24171.5</MicrosoftTestingExtensionsCodeCoverageVersion>
38+
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.4</MicrosoftTestingExtensionsCodeCoverageVersion>
3939
<!-- Pinned to 4.18.4 for security -->
4040
<MoqVersion>4.18.4</MoqVersion>
4141
<MSBuildStructuredLogger>2.2.169</MSBuildStructuredLogger>

0 commit comments

Comments
 (0)