From 7b36532a8d52183475449114ccd22c7ba857156a Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Sat, 29 Oct 2022 16:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5opc-ua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoTSharp.Gateways.csproj | 9 +++------ Program.cs | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/IoTSharp.Gateways.csproj b/IoTSharp.Gateways.csproj index f8e0933..91b7ec9 100644 --- a/IoTSharp.Gateways.csproj +++ b/IoTSharp.Gateways.csproj @@ -30,13 +30,10 @@ - - + + + - - - - diff --git a/Program.cs b/Program.cs index 048f404..99d4b14 100644 --- a/Program.cs +++ b/Program.cs @@ -80,6 +80,7 @@ namespace IoTSharp.Gateways app.MapRazorPages(); + app.Run(); }