File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/Microsoft.TestPlatform.AcceptanceTests/Extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <!-- This repo version -->
55 <VersionPrefix >17.4.0</VersionPrefix >
6- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
6+ <PreReleaseVersionLabel >release </PreReleaseVersionLabel >
77 <!-- Opt-out repo features -->
88 <UsingToolXliff >false</UsingToolXliff >
99 <UsingToolNetFrameworkReferenceAssemblies Condition =" '$(DotNetBuildFromSource)' != 'true'" >true</UsingToolNetFrameworkReferenceAssemblies >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static class Features
1515 public static IImmutableDictionary < string , Feature > TestPlatformFeatures { get ; } = new Dictionary < string , Feature >
1616 {
1717 [ ATTACH_DEBUGGER_FLOW ] = new ( version : "v16.7.0-preview-20200519-01" , issue : "https://github.com/microsoft/vstest/pull/2325" ) ,
18- [ MULTI_TFM ] = new ( version : "17 .3.0-dev " , issue : "https://github.com/microsoft/vstest/pull/3412" )
18+ [ MULTI_TFM ] = new ( version : "v17 .3.0" , issue : "https://github.com/microsoft/vstest/pull/3412" )
1919 } . ToImmutableDictionary ( ) ;
2020
2121 public static IImmutableDictionary < string , Feature > AdapterFeatures { get ; internal set ; } = new Dictionary < string , Feature >
You can’t perform that action at this time.
0 commit comments