Make MSBuild.Sdk.Extras private, it is a build-time only dependency. (#258)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a0ab45a8c5
commit
4bcfaeb6dc
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<Authors>The Kubernetes Project Authors</Authors>
|
||||
<Copyright>2017 The Kubernetes Project Authors</Copyright>
|
||||
@@ -25,7 +25,7 @@
|
||||
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="1.1.2" />
|
||||
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.10" />
|
||||
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" />
|
||||
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.6.68" PrivateAssets="all" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
||||
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
|
||||
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
|
||||
|
||||
Reference in New Issue
Block a user