Skip to content

Commit 19acefa

Browse files
authored
Updated MicrosoftNetTestSdkVersion to 16.10.0-release-20210429-01 (#831)
1 parent fe3ba4f commit 19acefa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build/TestFx.Versions.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<MicrosoftNetTestSdkVersion Condition=" '$(MicrosoftNetTestSdkVersion)' == '' ">16.10.0-release-20210421-08</MicrosoftNetTestSdkVersion>
4+
<MicrosoftNetTestSdkVersion Condition=" '$(MicrosoftNetTestSdkVersion)' == '' ">16.10.0-release-20210429-01</MicrosoftNetTestSdkVersion>
55

66
<!-- Toolset -->
77
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>

test/E2ETests/Automation.CLI/CLITestBase.common.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public partial class CLITestBase
1919
private const string PackagesFolder = "packages";
2020

2121
// This value is automatically updated by "build.ps1" script.
22-
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0-release-20210421-08";
22+
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0-release-20210429-01";
2323
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe";
2424

2525
/// <summary>

0 commit comments

Comments
 (0)