Skip to content

Commit 9dbcad6

Browse files
committed
(GH-4060) Update Microsoft.NETCore.Platforms to 7.0.0
* fixes #4060
1 parent 155e026 commit 9dbcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.NuGet/Cake.NuGet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.0-rc.2.22472.3" GeneratePathProperty="true">
31+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.0" GeneratePathProperty="true">
3232
<PrivateAssets>All</PrivateAssets>
3333
</PackageReference>
3434
<EmbeddedResource Include="$(PkgMicrosoft_NETCore_Platforms)\runtime.json">

0 commit comments

Comments
 (0)