Skip to content

Commit

Permalink
Merge pull request #2518 from dibarbet/update_threading_razor
Browse files Browse the repository at this point in the history
Update MS.VS.Threading to un-break Razor
  • Loading branch information
dibarbet authored Mar 14, 2023
2 parents d7555eb + aabb6c0 commit 044efc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<!-- The two references below can be deleted once OmniSharp.Extensions.LanguageServer
references Nerdbank.Streams version >= 2.9. The updated versions are needed for compatibility
with Razor. -->
<PackageReference Update="Microsoft.VisualStudio.Threading" Version="17.4.27" />
<PackageReference Update="Microsoft.VisualStudio.Validation" Version="17.0.64" />
<PackageReference Update="Microsoft.VisualStudio.Threading" Version="17.5.22" />
<PackageReference Update="Microsoft.VisualStudio.Validation" Version="17.0.65" />

<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />

Expand Down

0 comments on commit 044efc9

Please sign in to comment.