Browse Source

Update version of k8s client (#954)

* Update version of k8s client

* conflict

* Lift package version

* signing
pull/983/head
Justin Kotalik 5 years ago
committed by GitHub
parent
commit
44c9cc18d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      eng/Signing.props
  2. 5
      src/Microsoft.Tye.Core/Microsoft.Tye.Core.csproj
  3. 2
      src/Microsoft.Tye.Hosting/Microsoft.Tye.Hosting.csproj
  4. 2
      src/tye/tye.csproj

1
eng/Signing.props

@ -5,6 +5,7 @@
are already signed. However, they must be signed with a 3rd party certificate.
-->
<ItemGroup>
<FileSignInfo Include="AutoMapper.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Bedrock.Framework.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Elasticsearch.Net.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="FeatherHttp.dll" CertificateName="3PartySHA2" />

5
src/Microsoft.Tye.Core/Microsoft.Tye.Core.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KubernetesClient" Version="2.0.17" />
<PackageReference Include="KubernetesClient" Version="4.0.16" />
<!--
The Microsoft.Build.Locator package takes care of dynamically loading these assemblies
at runtime. We don't need/want to ship them, just to have them as references.
@ -20,9 +20,10 @@
<PackageReference Include="semver" Version="2.0.6" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20071.2" />
<PackageReference Include="System.Commandline.Rendering" Version="0.3.0-alpha.20070.2" />
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.7.0" />
<!-- Hoisted to avoid a conflict with Microsoft.Build -->
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
<PackageReference Include="YamlDotNet" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.5" />
</ItemGroup>

2
src/Microsoft.Tye.Hosting/Microsoft.Tye.Hosting.csproj

@ -26,7 +26,7 @@
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.0" />
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="YamlDotNet" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
</ItemGroup>
<ItemGroup>

2
src/tye/tye.csproj

@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20104.2" />
<PackageReference Include="YamlDotNet" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
</ItemGroup>
</Project>

Loading…
Cancel
Save