wanshenmean
4 天以前 ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
   <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
      <TargetFramework>net8.0</TargetFramework>
      <Nullable>enable</Nullable>
      <ImplicitUsings>enable</ImplicitUsings>
      <GenerateDocumentationFile>True</GenerateDocumentationFile>
@@ -73,6 +73,7 @@
      <ProjectReference Include="..\WIDESEAWCS_SystemServices\WIDESEAWCS_SystemServices.csproj" />
      <ProjectReference Include="..\WIDESEAWCs_TaskInfoService\WIDESEAWCs_TaskInfoService.csproj" />
      <ProjectReference Include="..\WIDESEAWCS_Tasks\WIDESEAWCS_Tasks.csproj" />
      <ProjectReference Include="..\WIDESEAWCS_RedisService\WIDESEAWCS_RedisService.csproj" />
   </ItemGroup>
   <ItemGroup>
@@ -84,9 +85,6 @@
   </ItemGroup>
   <ItemGroup>
      <Content Update="nlog.config">
         <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </Content>
      <Content Update="wwwroot\http.html">
        <CopyToOutputDirectory>Never</CopyToOutputDirectory>
      </Content>
@@ -105,4 +103,9 @@
     </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="logs\" />
     <Folder Include="Log\" />
   </ItemGroup>
</Project>