Skip to content

Commit

Permalink
Merge pull request #4172 from devlead/feature/gh-4170/gh-4171
Browse files Browse the repository at this point in the history
GH4170/4171: Update NuGet.* to v6.6.1 & .NET SDK to 7.0.305
  • Loading branch information
devlead authored Jun 29, 2023
2 parents e63097d + ba71fd6 commit c644a38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"src"
],
"sdk": {
"version": "7.0.100",
"version": "7.0.305",
"rollForward": "latestFeature"
}
}
16 changes: 8 additions & 8 deletions src/Cake.NuGet/Cake.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
</ItemGroup>
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="NuGet.Frameworks" Version="6.4.0" />
<PackageReference Include="NuGet.Versioning" Version="6.4.0" />
<PackageReference Include="NuGet.Protocol" Version="6.4.0" />
<PackageReference Include="NuGet.Packaging" Version="6.4.0" />
<PackageReference Include="NuGet.Resolver" Version="6.4.0" />
<PackageReference Include="NuGet.Common" Version="6.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NuGet.Frameworks" Version="6.6.1" />
<PackageReference Include="NuGet.Versioning" Version="6.6.1" />
<PackageReference Include="NuGet.Protocol" Version="6.6.1" />
<PackageReference Include="NuGet.Packaging" Version="6.6.1" />
<PackageReference Include="NuGet.Resolver" Version="6.6.1" />
<PackageReference Include="NuGet.Common" Version="6.6.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

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

0 comments on commit c644a38

Please sign in to comment.