Skip to content

Commit

Permalink
Add back roll forward to rzls (#10530)
Browse files Browse the repository at this point in the history
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2088486

Seems this was inadvertently removed in
#10453

@ryzngard I'm pretty out of my depth here about what is required, but a
local build of rzls with this change does fix the problem. Are there any
other project properties that might be important, that I should bring
back?
  • Loading branch information
davidwengier authored Jun 25, 2024
2 parents 2ad0a66 + db922c7 commit 18d72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Razor/src/rzls/rzls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Microsoft.AspNetCore.Razor.LanguageServer</RootNamespace>
<EnableApiCheck>false</EnableApiCheck>
<IsShippingPackage>true</IsShippingPackage>

<RollForward>LatestMajor</RollForward>
<!--
Build a nuget package for this project. This is not consumed as a standard NuGet package; it just
contains
Expand Down

0 comments on commit 18d72d5

Please sign in to comment.