Microsoft.Owin 4.0.0, a major version bump is now a option to upgrade via NuGet. The Owin package is of course a standard dependency for running SignalR on ASP 4.
The problem is that I can't find any documentation or even a vague clue of what this new version is or includes.
To be clear I want to know if this update to Owin will affect Microsoft.AspNet.SignalR.Core.
Can't find any information on compatibility. Can't find any information about version 4.0.0, except for that fact that the NuGet package has been released.
To be clear I want to know if this update to Owin will affect Microsoft.AspNet.SignalR.Core.
According to current information from Microsoft site, it seems that the answer is no.
Besides, if you have any question regarding ASP.NET, you can also contact Microsoft via
ASP.NET UserVoice site.
Hope it helps.
Regards,
Angie
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
2 Posts
Microsoft.Owin 4.0.0 has been released, does anyone know what this means for us?
Feb 15, 2018 10:50 AM|ManishParekhDMS|LINK
Microsoft.Owin 4.0.0, a major version bump is now a option to upgrade via NuGet. The Owin package is of course a standard dependency for running SignalR on ASP 4.
The problem is that I can't find any documentation or even a vague clue of what this new version is or includes.
Anyone got any idea?
All-Star
37201 Points
15029 Posts
Re: Microsoft.Owin 4.0.0 has been released, does anyone know what this means for us?
Feb 15, 2018 12:17 PM|mgebhard|LINK
Are you asking what OWIN is or how to get the latest OWIN package?
http://owin.org/
https://www.nuget.org/packages/Microsoft.Owin/
Or are you asking about SignalR?
None
0 Points
2 Posts
Re: Microsoft.Owin 4.0.0 has been released, does anyone know what this means for us?
Feb 15, 2018 12:45 PM|ManishParekhDMS|LINK
To be clear I want to know if this update to Owin will affect Microsoft.AspNet.SignalR.Core.
Can't find any information on compatibility. Can't find any information about version 4.0.0, except for that fact that the NuGet package has been released.
All-Star
32797 Points
3815 Posts
Microsoft
Re: Microsoft.Owin 4.0.0 has been released, does anyone know what this means for us?
Feb 16, 2018 06:24 AM|Angie xu - MSFT|LINK
Hi ManishParekhDMS,
According to current information from Microsoft site, it seems that the answer is no.
Besides, if you have any question regarding ASP.NET, you can also contact Microsoft via ASP.NET UserVoice site.
Hope it helps.
Regards,
Angie
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
1 Post
Re: Microsoft.Owin 4.0.0 has been released, does anyone know what this means for us?
Mar 28, 2018 02:42 PM|RobS___|LINK
See https://github.com/aspnet/AspNetKatana/wiki/Roadmap
In the "4.0.0 Release" section, there are links to what was fixed in the various pre-release stages.
Looks like it's just a collection of bug fixes, plus some breaking IdentityModel change.