Browse Source

整理

master
wxd 1 month ago
parent
commit
1dfe9ced87
  1. 3933
      src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataOldAppService.cs
  2. 8
      src/Shentun.Peis.HttpApi.Host/Shentun.Peis.HttpApi.Host.csproj

3933
src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataOldAppService.cs
File diff suppressed because it is too large
View File

8
src/Shentun.Peis.HttpApi.Host/Shentun.Peis.HttpApi.Host.csproj

@ -2,6 +2,14 @@
<Import Project="..\..\common.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TypeScriptTarget>ES3</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TypeScriptTarget>ES3</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Shentun.Peis</RootNamespace>

Loading…
Cancel
Save