From 2d1860637f076849948acfcb3159cf9faafeed47 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期四, 29 八月 2024 16:36:43 +0800 Subject: [PATCH] 密码加密 --- WebApi/Gs.Demo/Gs.Demo.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebApi/Gs.Demo/Gs.Demo.csproj b/WebApi/Gs.Demo/Gs.Demo.csproj index 91033c6..59f73cd 100644 --- a/WebApi/Gs.Demo/Gs.Demo.csproj +++ b/WebApi/Gs.Demo/Gs.Demo.csproj @@ -4,7 +4,7 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <BaseOutputPath>D:\GsMes\Gs.HostIIS\bin</BaseOutputPath> + <BaseOutputPath>D:\GsMesV2\WebApi\Gs.HostIIS\bin</BaseOutputPath> <GenerateDocumentationFile>True</GenerateDocumentationFile> </PropertyGroup> -- Gitblit v1.9.3