Skip to content

Commit

Permalink
hook up new package and sidestep target import problems
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 3, 2024
1 parent 89004ff commit 4c0703e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project>
<Target Name="_CheckContainersPackage" />
<PropertyGroup>
<_ContainersTargetsDir>$(PkgMicrosoft_NET_Build_Containers)/build/</_ContainersTargetsDir>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.403"
GeneratePathProperty="true" />
</ItemGroup>
</Project>
Binary file added pkg/Microsoft.NET.Build.Containers.8.0.403.nupkg
Binary file not shown.

0 comments on commit 4c0703e

Please sign in to comment.