From 090942b4987958a3be9b21d0775019c07dd722d9 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期五, 03 五月 2024 23:52:34 +0800 Subject: [PATCH] 命名空间 --- WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj b/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj index 72b752d..437ed04 100644 --- a/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj +++ b/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj @@ -5,7 +5,7 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>disable</Nullable> <AssemblyName>$(MSBuildProjectName)</AssemblyName> - <RootNamespace>IStation.WebApi</RootNamespace> + <RootNamespace>IStation.ChEr.WebApi</RootNamespace> <GenerateDocumentationFile>True</GenerateDocumentationFile> <GeneratePackageOnBuild>True</GeneratePackageOnBuild> <Version>1.0.1</Version> @@ -28,8 +28,8 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Station.ChEr.Application.WaterPredict\IStation.ChEr.Application.WaterPredict.csproj" /> - <ProjectReference Include="..\Station.ChEr.Log4Net\Station.ChEr.Log4Net.csproj" /> + <ProjectReference Include="..\IStation.ChEr.Application.WaterPredict\IStation.ChEr.Application.WaterPredict.csproj" /> + <ProjectReference Include="..\IStation.ChEr.Log4Net\IStation.ChEr.Log4Net.csproj" /> </ItemGroup> -- Gitblit v1.9.3