Skip to content

Commit cbb140d

Browse files
Update src/MSBuild/MSBuild.csproj
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
1 parent b75a202 commit cbb140d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MSBuild/MSBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
</UsingTask>
338338

339339
<Target Name="ValidateMSBuildPackageDependencyVersions" AfterTargets="PrepareForBuild" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" >
340-
<ValidateMSBuildPackageDependencyVersions AppConfig="@(AppConfigWithTargetPath)" AssemblyPath="$(OutputPath)%(_TargetFrameworks.Identity)" />
340+
<ValidateMSBuildPackageDependencyVersions AppConfig="@(AppConfigWithTargetPath)" AssemblyPath="$(OutputPath)" />
341341
</Target>
342342

343343
</Project>

0 commit comments

Comments
 (0)