瀏覽代碼

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
 {