diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs index 7f49880b50..df2a6eafa5 100644 --- a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs +++ b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs @@ -5,20 +5,6 @@ using Microsoft.VisualStudio.Shell; // Add binding redirects for each assembly we ship in VS. This is required so that these assemblies show // up in the Load context, which means that we can use ServiceHub and other nice things. -[assembly: ProvideBindingRedirection( - AssemblyName = "Microsoft.AspNetCore.Blazor.AngleSharp", - GenerateCodeBase = true, - PublicKeyToken = "", - OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.9.9.0", - NewVersion = "0.9.9.0")] -[assembly: ProvideBindingRedirection( - AssemblyName = "Microsoft.AspNetCore.Blazor.Razor.Extensions", - GenerateCodeBase = true, - PublicKeyToken = "", - OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "1.0.0.0", - NewVersion = "1.0.0.0")] [assembly: ProvideBindingRedirection( AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor", GenerateCodeBase = true,