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 b06809a commit 30c79c9Copy full SHA for 30c79c9
src/SourceBuild/content/repo-projects/vstest.proj
@@ -11,6 +11,8 @@
11
<!-- IDE0059 - Unnecessary assignment of a value: https://github.com/microsoft/vstest/issues/4424 -->
12
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/microsoft/vstest/pull/4425 -->
13
<RepoNoWarns>IDE0059;SYSLIB0051</RepoNoWarns>
14
+
15
+ <PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments