mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-26 12:45:47 +08:00
Feat/net6.0 upgrade (#1558)
* +semver: major upgrading from net5.0 to net6.0 * packages upgraded * removed global.json for ocelot sf sample * update build image * test new build * remove make * fix tests * make test fail like in CI * tests passing locally * updated docs Co-authored-by: TGP <thomasgardham-pallister@Thomass-MacBook-Pro-2.local>
This commit is contained in:
4
docs/introduction/gotchas.rst
Normal file
4
docs/introduction/gotchas.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Gotchas
|
||||
=============
|
||||
|
||||
**Note:** When using ASP.NET Core 2.2 and you want to use In-Process hosting, replace **.UseIISIntegration()** with **.UseIIS()**, otherwise you'll get startup errors.
|
||||
Reference in New Issue
Block a user