Skip to content

Commit

Permalink
Merge pull request #3869 from devlead/feature/gh-3866-3868
Browse files Browse the repository at this point in the history
GH3866/3868: Update Microsoft.NETCore.Platforms to 6.0.3 and .NET SDK to 6.0.202
  • Loading branch information
devlead authored Apr 14, 2022
2 parents db38c76 + 7ae36b9 commit 8861b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "6.0.201",
"version": "6.0.202",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion src/Cake.NuGet/Cake.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

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

0 comments on commit 8861b46

Please sign in to comment.