Skip to content

Commit

Permalink
Update binding redirects for 0.3.0 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Apr 11, 2018
1 parent 9d653d1 commit 7ed937d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
GenerateCodeBase = true,
PublicKeyToken = "",
OldVersionLowerBound = "0.0.0.0",
OldVersionUpperBound = "0.2.0.0",
NewVersion = "0.2.0.0")]
OldVersionUpperBound = "0.3.0.0",
NewVersion = "0.3.0.0")]
[assembly: ProvideBindingRedirection(
AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor",
GenerateCodeBase = true,
PublicKeyToken = "",
OldVersionLowerBound = "0.0.0.0",
OldVersionUpperBound = "0.2.0.0",
NewVersion = "0.2.0.0")]
OldVersionUpperBound = "0.3.0.0",
NewVersion = "0.3.0.0")]

0 comments on commit 7ed937d

Please sign in to comment.