You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ A quick list of Ocelot's capabilities for more information see the [documentatio
55
55
56
56
## How to install
57
57
58
-
Ocelot is designed to work with ASP.NET Core only and it targets `netstandard2.0`. This means it can be used anywhere `.NET Standard 2.0` is supported, including `.NET Core 3.1` and `.NET Framework 4.8` and up. [This](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) documentation may prove helpful when working out if Ocelot would be suitable for you.
58
+
Ocelot is designed to work with ASP.NET Core only and it targets `netcoreapp3.1`.
Copy file name to clipboardExpand all lines: docs/introduction/gettingstarted.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
Getting Started
2
2
===============
3
3
4
-
Ocelot is designed to work with .NET Core only and is currently
5
-
built to netstandard2.0. `This <https://docs.microsoft.com/en-us/dotnet/articles/standard/library>`_ documentation may prove helpful when working out if Ocelot would be suitable for you.
4
+
Ocelot is designed to work with .NET Core only and is currently on netcoreapp3.1.
6
5
7
6
.NET Core 3.1
8
7
^^^^^^^^^^^^^
9
8
10
9
**Install NuGet package**
11
10
12
-
Install Ocelot and it's dependencies using nuget. You will need to create a netstandard2.0 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
11
+
Install Ocelot and it's dependencies using nuget. You will need to create a netcoreapp3.1 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
0 commit comments