We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33a84f commit 93ffe26Copy full SHA for 93ffe26
scripts/build/TestPlatform.Settings.targets
@@ -2,7 +2,7 @@
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
<TestPlatformRoot Condition="$(TestPlatformRoot) == ''">$(MSBuildThisFileDirectory)../../</TestPlatformRoot>
5
- <TPVersionPrefix>16.1.0</TPVersionPrefix>
+ <TPVersionPrefix>16.1.1</TPVersionPrefix>
6
</PropertyGroup>
7
8
<!-- Versioning is defined from the build script. Use a default dev build if it's not defined.
0 commit comments