Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 617551d

Browse files
dsplaistedlivarcocc
authored andcommitted
Update latest patch versions of .NET Core runtime
1 parent aa87769 commit 617551d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/MSBuildExtensions.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ Copyright (c) .NET Foundation. All rights reserved.
144144
<_NETCoreSdkIsPreview>$(_NETCoreSdkIsPreview)</_NETCoreSdkIsPreview>
145145
146146
<!-- Latest patch versions for each minor version of .NET Core -->
147-
<LatestPatchVersionForNetCore1_0 Condition="'$(LatestPatchVersionForNetCore1_0)' == ''">1.0.10</LatestPatchVersionForNetCore1_0>
148-
<LatestPatchVersionForNetCore1_1 Condition="'$(LatestPatchVersionForNetCore1_1)' == ''">1.1.7</LatestPatchVersionForNetCore1_1>
149-
<LatestPatchVersionForNetCore2_0 Condition="'$(LatestPatchVersionForNetCore2_0)' == ''">2.0.6</LatestPatchVersionForNetCore2_0>
147+
<LatestPatchVersionForNetCore1_0 Condition="'$(LatestPatchVersionForNetCore1_0)' == ''">1.0.11</LatestPatchVersionForNetCore1_0>
148+
<LatestPatchVersionForNetCore1_1 Condition="'$(LatestPatchVersionForNetCore1_1)' == ''">1.1.8</LatestPatchVersionForNetCore1_1>
149+
<LatestPatchVersionForNetCore2_0 Condition="'$(LatestPatchVersionForNetCore2_0)' == ''">2.0.7</LatestPatchVersionForNetCore2_0>
150150
</PropertyGroup>
151151
</Project>
152152
]]>

0 commit comments

Comments
 (0)