Skip to content

Commit fa51586

Browse files
Leonardo-Ferreirak8s-ci-robot
authored andcommitted
Updated Nerdbank.GitVersioning to 3.0.5 (#350)
The old version had an issue with Mono on MacOSX which caused the build to fail. Now the build flows flawlessly
1 parent 5ecbfc2 commit fa51586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="1.1.2" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
3131
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="3.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp2.1'" />
32-
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.138" PrivateAssets="all" />
32+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.50" PrivateAssets="all" />
3333
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
3434
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="1.1.2" />
3535
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.10" />

0 commit comments

Comments
 (0)