Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Build\Microsoft.Build.csproj" />
<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" />
<PackageReference Include="Microsoft.Build" Version="16.11.0" PrivateAssets="all" />

<!-- Bump versions of transitive dependencies to vulnerable packages,
but don't reference them so the plugin doesn't carry higher references
than its targeted MSBuild. NOT NECESSARY for public plugins; use higher MSBuild. -->
<PackageReference Include="System.Drawing.Common" Version="4.7.2" ExcludeAssets="all" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" ExcludeAssets="all" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down