Skip to content

Commit

Permalink
(GH-4060) Update Microsoft.NETCore.Platforms to 7.0.0
Browse files Browse the repository at this point in the history
* fixes #4060
  • Loading branch information
devlead committed Nov 7, 2022
1 parent 155e026 commit 9dbcad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.NuGet/Cake.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

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

0 comments on commit 9dbcad6

Please sign in to comment.