Skip to content

Commit

Permalink
Don't reference ProjectSample1.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jan 7, 2025
1 parent 5511adb commit 1299314
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<ProjectReference Condition="$(TargetFramework) == 'net472'" Include="..\..\src\Microsoft.Sbom.Targets\Microsoft.Sbom.Targets.csproj" AdditionalProperties="TargetFramework=net472" />
</ItemGroup>

<ItemGroup>
<None Include="ProjectSamples\ProjectSample1\ProjectSample1.csproj" />
</ItemGroup>

<!--Build and copy the sbom-tool to the output directory-->
<Target Name="AddSbomToolToPackage" AfterTargets="Build" Condition="$(TargetFramework) == 'net472'">
<Message Importance="high" Text="Building $(SBOMCLIToolProjectDir)bin\$(Configuration)\$(SbomCLIToolTargetFramework)" />
Expand Down

0 comments on commit 1299314

Please sign in to comment.