Sort usings and delete web.config
This commit is contained in:
		
							parent
							
								
									f76a8c61db
								
							
						
					
					
						commit
						50952bed10
					
				@ -1,10 +1,10 @@
 | 
			
		||||
using Microsoft.EntityFrameworkCore;
 | 
			
		||||
using System;
 | 
			
		||||
using System.Data.SqlClient;
 | 
			
		||||
using Microsoft.EntityFrameworkCore;
 | 
			
		||||
using Microsoft.Extensions.Configuration;
 | 
			
		||||
using Microsoft.Extensions.DependencyInjection;
 | 
			
		||||
using Microsoft.Extensions.Logging;
 | 
			
		||||
using Polly;
 | 
			
		||||
using System;
 | 
			
		||||
using System.Data.SqlClient;
 | 
			
		||||
 | 
			
		||||
namespace Microsoft.AspNetCore.Hosting
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
@ -1,13 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<configuration>
 | 
			
		||||
 | 
			
		||||
  <!--
 | 
			
		||||
    Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
 | 
			
		||||
  -->
 | 
			
		||||
  <system.webServer>
 | 
			
		||||
    <handlers>
 | 
			
		||||
      <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
 | 
			
		||||
    </handlers>
 | 
			
		||||
    <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
 | 
			
		||||
  </system.webServer>
 | 
			
		||||
</configuration>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user