Remove binding redirects for missing assemblies
This commit is contained in:
parent
04a69ed618
commit
be06a4df2f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue