From 94ebf14787ea1c67b6a6139a2b19e3693b809625 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期五, 28 三月 2025 14:24:45 +0800 Subject: [PATCH] 模拟计算 --- Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj b/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj index 9863d6a..e838c69 100644 --- a/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj +++ b/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj @@ -3,7 +3,7 @@ <PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> + <Nullable>disable</Nullable> </PropertyGroup> <ItemGroup> -- Gitblit v1.9.3