Skip to content

Commit 284e2d8

Browse files
authored
Move assembly versions back to 4.14.0.0 (#78200)
Need to keep the .NET 10 SDK functional in VS 17.14 which means ensuring that the compiler version is 4.14 for a bit longer.
1 parent 3300482 commit 284e2d8

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
@@ -5,8 +5,8 @@
55
Roslyn version
66
-->
77
<PropertyGroup>
8-
<MajorVersion>5</MajorVersion>
9-
<MinorVersion>0</MinorVersion>
8+
<MajorVersion>4</MajorVersion>
9+
<MinorVersion>14</MinorVersion>
1010
<PatchVersion>0</PatchVersion>
1111
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
1212
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>

0 commit comments

Comments
 (0)