Skip to content

Commit

Permalink
Fix duplicate package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jul 29, 2023
1 parent 7714ede commit d2ffd54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Elsa.Studio.Core/Elsa.Studio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="6.5.5" />
<PackageReference Include="FluentValidation" Version="11.6.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.CustomElements" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@
<ProjectReference Include="..\..\framework\Elsa.Studio.Shell\Elsa.Studio.Shell.csproj" />
</ItemGroup>

<ItemGroup>
<_ContentIncludedByDefault Remove="wasm\web.config" />
<_ContentIncludedByDefault Remove="wasm\appsettings.Development.json" />
<_ContentIncludedByDefault Remove="wasm\appsettings.json" />
<_ContentIncludedByDefault Remove="wasm\npm\package.json" />
<_ContentIncludedByDefault Remove="wasm\wwwroot\appsettings.json" />
<_ContentIncludedByDefault Remove="wasm\wwwroot\package.json" />
<_ContentIncludedByDefault Remove="wasm\wwwroot\_framework\blazor.boot.json" />
</ItemGroup>

</Project>

0 comments on commit d2ffd54

Please sign in to comment.