|
|
|
@ -15,8 +15,8 @@ |
|
|
|
The Microsoft.Build.Locator package takes care of dynamically loading these assemblies |
|
|
|
at runtime. We don't need/want to ship them, just to have them as references. |
|
|
|
--> |
|
|
|
<PackageReference Include="Microsoft.Build" Version="17.4.0" ExcludeAssets="runtime" /> |
|
|
|
<PackageReference Include="Microsoft.Build.Framework" Version="17.4.0" ExcludeAssets="runtime" /> |
|
|
|
<PackageReference Include="Microsoft.Build" Version="17.3.2" ExcludeAssets="runtime" /> |
|
|
|
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" ExcludeAssets="runtime" /> |
|
|
|
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|