Skip to content

Commit

Permalink
Fix references to make package compatible with our code (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heathermcx authored May 28, 2024
1 parent 0afdbe7 commit 6478de3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Blazor.Diagrams/Blazor.Diagrams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
<PackageReference Include="SvgPathProperties" />
<PackageReference Include="Brutal.Dev.StrongNameSigner" PrivateAssets="All"/>
<PacakgeReference Include="Brutal.Dev.StrongNameSigner" PrivateAssets="All" />
<!-- Reference the SvgPathProperties that we already strong name signed -->
<Reference Include="SvgPathProperties" PrivateAssets="All">
<HintPath>..\..\packages\svgpathproperties\1.1.2\lib\netstandard2.0\SvgPathProperties.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Blazor.Diagrams.Core\Blazor.Diagrams.Core.csproj" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Blazor.Diagrams.Core\Blazor.Diagrams.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\ZBD.png">
<Pack>True</Pack>
Expand Down

0 comments on commit 6478de3

Please sign in to comment.