Skip to content

Commit 66bcc8c

Browse files
authored
Merge pull request #2386 from crummel/fixVersionsProps
Update Versions.props for the 5.0.9/5.0.206 release.
2 parents 7422fa7 + af58547 commit 66bcc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<MajorVersion>5</MajorVersion>
66
<MinorVersion>0</MinorVersion>
7-
<RuntimePatchVersion>8</RuntimePatchVersion>
8-
<SdkPatchVersion>205</SdkPatchVersion>
7+
<RuntimePatchVersion>9</RuntimePatchVersion>
8+
<SdkPatchVersion>206</SdkPatchVersion>
99
<RuntimeProductVersion>$(MajorVersion).$(MinorVersion).$(RuntimePatchVersion)</RuntimeProductVersion>
1010
<AspNetCoreProductVersion>$(MajorVersion).$(MinorVersion).$(RuntimePatchVersion)</AspNetCoreProductVersion>
1111
<SdkProductVersion>$(MajorVersion).$(MinorVersion).$(SdkPatchVersion)</SdkProductVersion>

0 commit comments

Comments
 (0)