Skip to content

Commit e4b21c0

Browse files
committed
Now using Microsoft.Build.Utilities.Core package to support SDK style projects.
1 parent f3a6b03 commit e4b21c0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
55
<Version>2.0.22</Version>
66
</PropertyGroup>
7-
8-
<ItemGroup>
9-
<Reference Include="Microsoft.Build.Framework" />
10-
<Reference Include="Microsoft.Build.Utilities.v4.0" />
11-
</ItemGroup>
127

138
<ItemGroup>
149
<PackageReference Include="ILRepack" Version="2.0.22" GeneratePathProperty="true" />
1510
<PackageReference Include="ILRepack.Lib" Version="2.0.22" />
11+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
1612
</ItemGroup>
1713

1814
<ItemGroup>

0 commit comments

Comments
 (0)