Skip to content

Commit

Permalink
Update demos with the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris committed Nov 27, 2024
1 parent 96b87fe commit 3c6a29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ClipLazor.Server/ClipLazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\ClipLazor\ClipLazor.csproj" />
<PackageReference Include="ClipLazor" Version="3.0.2" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions ClipLazor.WASM/ClipLazor.WASM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClipLazor" Version="3.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ClipLazor\ClipLazor.csproj" />
</ItemGroup>

</Project>

0 comments on commit 3c6a29c

Please sign in to comment.