Skip to content

Commit

Permalink
(GH-3976) Update NuGet.* to 6.3.1
Browse files Browse the repository at this point in the history
* fixes #3976
  • Loading branch information
devlead committed Oct 12, 2022
1 parent 0b2c4bf commit 1e78f83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Cake.NuGet/Cake.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
</ItemGroup>
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="NuGet.Frameworks" Version="6.3.0" />
<PackageReference Include="NuGet.Versioning" Version="6.3.0" />
<PackageReference Include="NuGet.Protocol" Version="6.3.0" />
<PackageReference Include="NuGet.Packaging" Version="6.3.0" />
<PackageReference Include="NuGet.Resolver" Version="6.3.0" />
<PackageReference Include="NuGet.Common" Version="6.3.0" />
<PackageReference Include="NuGet.Frameworks" Version="6.3.1" />
<PackageReference Include="NuGet.Versioning" Version="6.3.1" />
<PackageReference Include="NuGet.Protocol" Version="6.3.1" />
<PackageReference Include="NuGet.Packaging" Version="6.3.1" />
<PackageReference Include="NuGet.Resolver" Version="6.3.1" />
<PackageReference Include="NuGet.Common" Version="6.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.5" GeneratePathProperty="true">
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.6" GeneratePathProperty="true">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<EmbeddedResource Include="$(PkgMicrosoft_NETCore_Platforms)\runtime.json">
Expand Down

0 comments on commit 1e78f83

Please sign in to comment.