ソースを参照

git version test

Robert 2 年 前
コミット
a4ede29e4f
1 ファイル変更0 行追加6 行削除
  1. 0 6
      EVCB_OCPP.WEBAPI/Program.cs

+ 0 - 6
EVCB_OCPP.WEBAPI/Program.cs

@@ -3,14 +3,8 @@
 // This file may need updated according to the specific scenario of the application being upgraded.
 // For more information on ASP.NET Core hosting, see https://docs.microsoft.com/aspnet/core/fundamentals/host/web-host
 
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
 using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Configuration;
 using Microsoft.Extensions.Hosting;
-using Microsoft.Extensions.Logging;
 
 namespace EVCB_OCPP.WEBAPI
 {