Skip to content

Commit

Permalink
docs: trying to resolve deploy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Oct 5, 2024
1 parent 8a6df92 commit 95a22b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LumexUI" Version="0.1.4" />
<PackageReference Include="LumexUI" Version="0.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions docs/LumexUI.Docs/LumexUI.Docs/LumexUI.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LumexUI" Version="0.1.4" GeneratePathProperty="true" />
<PackageReference Include="LumexUI" Version="0.1.8" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.8" />
</ItemGroup>

Expand Down Expand Up @@ -64,11 +64,11 @@
</Target>

<!-- Remove package.json and package-lock.json from the build output -->
<!--<ItemGroup>
<ItemGroup>
<None Include="package.json" />
<None Include="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="package-lock.json" />
</ItemGroup>-->
</ItemGroup>

</Project>

0 comments on commit 95a22b9

Please sign in to comment.