In this article I will explain with an example, how to install Entity Framework Core 6 in .Net Core 6.
	
		 
	
		 
	
		Downloading Microsoft.EntityFrameworkCore.SqlServer package
	
		You will need to install the Microsoft.EntityFrameworkCore.SqlServer package using the following command.
	
		Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 6.0.26
	
		 
	![.Net Core 6: Install Entity Framework Core 6]() 
	
		 
	![.Net Core 6: Install Entity Framework Core 6]() 
	
		 
 
                    
                    
                    
                    
                        Other available versions