Skip to content

Commit

Permalink
Microsoft.AspNetCore.ClientAssets did the trick :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Nov 27, 2021
1 parent dde9577 commit ddbdf6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ChemSharp.Molecules.Blazor/ChemSharp.Molecules.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,9 @@
<ItemGroup>
<ProjectReference Include="..\ChemSharp.Molecules\ChemSharp.Molecules.csproj" />
</ItemGroup>

<!--Build and Bundle js file via webpack
<Target Name="NodeBuild" BeforeTargets="AssignTargetPaths">
<Exec Command="node -version" ContinueOnError="true" />
<Exec Command="npm install" WorkingDirectory="Node" />
<Exec Command="npm run build" WorkingDirectory="Node" />
</Target>-->
<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="" />
<None Include="README.md" Pack="true" PackagePath="\" />
<!--<Content Remove="Node\*.json" />
<None Include="Node\*.json" CopyToOutputDirectory="Never" />-->
</ItemGroup>
</Project>

0 comments on commit ddbdf6f

Please sign in to comment.