Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 0fa5048

Browse files
committed
fix build for .Net 4.5 conversion
1 parent 5b60603 commit 0fa5048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MSBuildLogger/MSBuildLogger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</PropertyGroup>
5959
<ItemGroup>
6060
<Reference Include="Microsoft.Build.Framework" />
61-
<Reference Include="Microsoft.Build.Utilities" />
61+
<Reference Include="Microsoft.Build.Utilities.v4.0" />
6262
<Reference Include="System" />
6363
<Reference Include="System.Core">
6464
<RequiredTargetFramework>3.5</RequiredTargetFramework>

0 commit comments

Comments
 (0)