From d79fcd9534d97f5bbb4edb66dbb925dea0479304 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期日, 22 九月 2024 15:06:34 +0800
Subject: [PATCH] ssd12313
---
Admin.NET/WCS.Application/WCS.Application.csproj | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Admin.NET/WCS.Application/WCS.Application.csproj b/Admin.NET/WCS.Application/WCS.Application.csproj
index 3da5784..963419a 100644
--- a/Admin.NET/WCS.Application/WCS.Application.csproj
+++ b/Admin.NET/WCS.Application/WCS.Application.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
- <NoWarn>1701;1702;1591;8632</NoWarn>
+ <NoWarn>1701;1702;1591;8632;4014</NoWarn>
<DocumentationFile></DocumentationFile>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
@@ -119,6 +119,7 @@
<ItemGroup>
<PackageReference Include="IoTClient" Version="1.0.40" />
+ <PackageReference Include="NLog" Version="5.3.4" />
</ItemGroup>
<ItemGroup>
--
Gitblit v1.8.0