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 b75a202 commit cbb140dCopy full SHA for cbb140d
src/MSBuild/MSBuild.csproj
@@ -337,7 +337,7 @@
337
</UsingTask>
338
339
<Target Name="ValidateMSBuildPackageDependencyVersions" AfterTargets="PrepareForBuild" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" >
340
- <ValidateMSBuildPackageDependencyVersions AppConfig="@(AppConfigWithTargetPath)" AssemblyPath="$(OutputPath)%(_TargetFrameworks.Identity)" />
+ <ValidateMSBuildPackageDependencyVersions AppConfig="@(AppConfigWithTargetPath)" AssemblyPath="$(OutputPath)" />
341
</Target>
342
343
</Project>
0 commit comments