fix build of VSIX
This commit is contained in:
parent
824e0097f5
commit
31b5119c64
|
|
@ -13,15 +13,15 @@ using Microsoft.VisualStudio.Shell;
|
|||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "0.6.0.0",
|
||||
NewVersion = "0.6.0.0")]
|
||||
OldVersionUpperBound = "0.7.0.0",
|
||||
NewVersion = "0.7.0.0")]
|
||||
[assembly: ProvideBindingRedirection(
|
||||
AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor",
|
||||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "0.6.0.0",
|
||||
NewVersion = "0.6.0.0")]
|
||||
OldVersionUpperBound = "0.7.0.0",
|
||||
NewVersion = "0.7.0.0")]
|
||||
[assembly: ProvideBindingRedirection(
|
||||
AssemblyName = "AngleSharp",
|
||||
PublicKeyToken = "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue