Skip to content

Commit

Permalink
chore: fix nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jan 17, 2024
1 parent e7d6901 commit 96856e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

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

Expand Down

0 comments on commit 96856e4

Please sign in to comment.