Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating for Microsoft.Owin 2.0.1 #26

Open
ChrisHammond opened this issue Nov 4, 2013 · 2 comments
Open

Updating for Microsoft.Owin 2.0.1 #26

ChrisHammond opened this issue Nov 4, 2013 · 2 comments
Assignees
Milestone

Comments

@ChrisHammond
Copy link
Owner

Need to automagically add the following to the web.config file on install/upgrade

 <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.0.1.0" newVersion="2.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.0.1.0" newVersion="2.0.1.0" />
      </dependentAssembly>
@ghost ghost assigned ChrisHammond Nov 4, 2013
@bdukes
Copy link
Collaborator

bdukes commented Nov 4, 2013

Look in the manifest for the Telerik provider, it sets up a binding redirect

@ChrisHammond
Copy link
Owner Author

Thanks Brian, will do

@ChrisHammond ChrisHammond modified the milestones: 01.02.00, 01.01.00 Jun 19, 2014
@ChrisHammond ChrisHammond modified the milestones: 01.02.00, 01.03.00 Aug 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants