Skip to content

Commit

Permalink
fix(deps): upgrade localtunnel (#814)
Browse files Browse the repository at this point in the history
Upgrade localtunnel to non-preview version that contains license
information

Co-authored-by: Claudio Mesyngier <[email protected]>
  • Loading branch information
cmesyngi and Claudio Mesyngier authored Sep 24, 2024
1 parent 81fb49a commit 307835e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
Expand Down Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Localtunnel" Version="2.0.0-preview.1" NoWarn="NU5104" />
<PackageReference Include="Localtunnel" Version="2.0.0" NoWarn="NU5104" />
<PackageReference Include="SystemTextJson.JsonDiffPatch" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 307835e

Please sign in to comment.