Merge branch 'sf-update' into feature/sf-api-gateway
This commit is contained in:
		
						commit
						92afaef8b4
					
				@ -19,7 +19,6 @@ namespace OcelotApiGw
 | 
			
		||||
                    config.AddJsonFile(Path.Combine("configuration", "configuration.json"));
 | 
			
		||||
                    config.AddCommandLine(args);
 | 
			
		||||
                })
 | 
			
		||||
                .UseStartup<Startup>()
 | 
			
		||||
                .UseSerilog((builderContext, config) =>
 | 
			
		||||
                {
 | 
			
		||||
                    config
 | 
			
		||||
 | 
			
		||||
@ -27,9 +27,9 @@
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
 | 
			
		||||
    <PackageReference Include="IdentityServer4.AspNetIdentity" Version="2.1.0" />
 | 
			
		||||
    <PackageReference Include="IdentityServer4.EntityFramework" Version="2.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="0.3.3" />
 | 
			
		||||
    <PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
 | 
			
		||||
    <PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="2.2.0-preview2-35157" />
 | 
			
		||||
    <PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.163" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
@ -27,4 +27,9 @@
 | 
			
		||||
    <PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
 | 
			
		||||
    <ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user