dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to remove RazorCompiler dependency when upgrading to Roslyn 4.10.0

mthalman opened this issue · comments

Roslyn deleted the Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler package in dotnet/roslyn#71579. But format still has references to it that need to be removed:

<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" Version="$(MicrosoftCodeAnalysisVersion)" />

<PackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" ExcludeAssets="compile" />

This currently isn't broken because format still has a dependency on Roslyn 4.9.0; the deletion is in 4.10.0