Skip to content

Commit a58adbc

Browse files
Update dependencies from https://github.com/microsoft/testanywhere bu… (#2156)
* Update dependencies from https://github.com/microsoft/testanywhere build 20240124.3 Microsoft.Testing.Platform From Version 1.0.0-preview.24073.6 -> To Version 1.0.0 * Update dependencies from https://github.com/microsoft/testanywhere build 20240124.3 Microsoft.Testing.Platform From Version 1.0.0-preview.24073.6 -> To Version 1.0.0 * Revert changes to nuget.config --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1243bfc commit a58adbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
1414
<Sha>d5f3c5fbf1496266db8cf39d0c2712a480a610d3</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0-preview.24073.6">
16+
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0">
1717
<Uri>https://github.com/microsoft/testanywhere</Uri>
18-
<Sha>6029914a4cdd8558db38004b5b4218e1781a6052</Sha>
18+
<Sha>0c57bfaed0eceb88df5067f45c454685b077e3eb</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24072.1">
2121
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- MSBuild Sdk versions updates -->
2727
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>9.0.0-beta.24072.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
2828
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
29-
<MicrosoftTestingPlatformVersion>1.0.0-preview.24073.6</MicrosoftTestingPlatformVersion>
29+
<MicrosoftTestingPlatformVersion>1.0.0</MicrosoftTestingPlatformVersion>
3030
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.7.30</MicrosoftVisualStudioThreadingAnalyzersVersion>
3131
<StyleCopAnalyzersVersion>1.2.0-beta.507</StyleCopAnalyzersVersion>
3232
</PropertyGroup>

0 commit comments

Comments
 (0)