Skip to content

Commit

Permalink
(cake-buildGH-3188) Update Cake.NuGet dependencies
Browse files Browse the repository at this point in the history
- NuGet.Frameworks 5.8.0 ➡️ 5.8.1
- NuGet.Versioning  5.8.0 ➡️ 5.8.1
- NuGet.Protocol  5.8.0 ➡️ 5.8.1
- NuGet.Packaging  5.8.0 ➡️ 5.8.1
- NuGet.Resolver  5.8.0 ➡️ 5.8.1
- NuGet.Common  5.8.0 ➡️ 5.8.1
- Microsoft.NETCore.Platforms 5.0.0 ➡️ 5.01
- fixes cake-build#3188
  • Loading branch information
devlead committed Feb 23, 2021
1 parent 7416c08 commit 504e825
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Cake.NuGet/Cake.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
</ItemGroup>
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="NuGet.Frameworks" Version="5.8.0" />
<PackageReference Include="NuGet.Versioning" Version="5.8.0" />
<PackageReference Include="NuGet.Protocol" Version="5.8.0" />
<PackageReference Include="NuGet.Packaging" Version="5.8.0" />
<PackageReference Include="NuGet.Resolver" Version="5.8.0" />
<PackageReference Include="NuGet.Common" Version="5.8.0" />
<PackageReference Include="NuGet.Frameworks" Version="5.8.1" />
<PackageReference Include="NuGet.Versioning" Version="5.8.1" />
<PackageReference Include="NuGet.Protocol" Version="5.8.1" />
<PackageReference Include="NuGet.Packaging" Version="5.8.1" />
<PackageReference Include="NuGet.Resolver" Version="5.8.1" />
<PackageReference Include="NuGet.Common" Version="5.8.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" GeneratePathProperty="true">
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.1" GeneratePathProperty="true">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<EmbeddedResource Include="$(PkgMicrosoft_NETCore_Platforms)\runtime.json">
Expand All @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" GeneratePathProperty="true">
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.1" GeneratePathProperty="true">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<EmbeddedResource Include="$(PkgMicrosoft_NETCore_Platforms)\runtime.json">
Expand Down

0 comments on commit 504e825

Please sign in to comment.