Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Dec 5, 2021
1 parent bf499a3 commit b43beb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChemSharp.Molecules.Blazor/ChemSharp.Molecules.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Content Remove="wwwroot\.gitkeep" />
</ItemGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
<Content Update="assets\**" Pack="false" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.ClientAssets" Version="0.1.0-alpha.21528.2" />
Expand All @@ -39,6 +38,7 @@
<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="wwwroot\.gitkeep" Pack="false"/>
</ItemGroup>
</Project>

0 comments on commit b43beb3

Please sign in to comment.