mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 19:50:49 +08:00 
			
		
		
		
	Updated packages (#1133)
* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
This commit is contained in:
		@@ -1,15 +1,14 @@
 | 
			
		||||
Getting Started
 | 
			
		||||
===============
 | 
			
		||||
 | 
			
		||||
Ocelot is designed to work with .NET Core only and is currently 
 | 
			
		||||
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.
 | 
			
		||||
Ocelot is designed to work with .NET Core only and is currently on netcoreapp3.1.
 | 
			
		||||
 | 
			
		||||
.NET Core 3.1
 | 
			
		||||
^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
**Install NuGet package**
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
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
 | 
			
		||||
to get up and running.
 | 
			
		||||
 | 
			
		||||
   ``Install-Package Ocelot``
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user