We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa84318 commit caedce9Copy full SHA for caedce9
.github/workflows/build.yml
@@ -24,7 +24,6 @@ jobs:
24
8.0.x
25
7.0.x
26
6.0.x
27
- 3.1.x
28
29
- name: Install dependencies
30
run: dotnet restore
src/Blazor.Diagrams/Blazor.Diagrams.csproj
@@ -22,8 +22,7 @@
22
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
23
<PackageReference Include="Brutal.Dev.StrongNameSigner" PrivateAssets="All" />
<!-- Reference the SvgPathProperties that we already strong name signed -->
- <Reference Include="SvgPathProperties" PrivateAssets="All">
- </Reference>
+ <Reference Include="SvgPathProperties" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
0 commit comments