Added rest of the modified files
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|  | ||||
|     <PropertyGroup> | ||||
|         <OutputType>Exe</OutputType> | ||||
|         <TargetFramework>netcoreapp3.0</TargetFramework> | ||||
|         <TargetFramework>netcoreapp3.1</TargetFramework> | ||||
|     </PropertyGroup> | ||||
|  | ||||
|     <ItemGroup> | ||||
|   | ||||
| @@ -14,9 +14,7 @@ namespace FarmmapsNbs | ||||
|  | ||||
|         protected override void Configure(IServiceCollection serviceCollection) | ||||
|         { | ||||
|             serviceCollection.AddLogging(opts => opts | ||||
|                     .AddConsole() | ||||
|                     .AddFilter("System.Net.Http", LogLevel.Warning)) | ||||
|             serviceCollection.AddLogging() | ||||
|                 .AddTransient<NitrogenService>(); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user