Browse Source

Upate Newtonsoft.Json reference. (#1453)

pull/1454/head
Phillip Hoff 4 years ago
committed by GitHub
parent
commit
be82d2e9b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Microsoft.Tye.Core/Microsoft.Tye.Core.csproj

1
src/Microsoft.Tye.Core/Microsoft.Tye.Core.csproj

@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="KubernetesClient" Version="6.0.25" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="semver" Version="2.0.6" />

Loading…
Cancel
Save