合并啊啊

develop
old yi 2024-03-27 22:20:24 +08:00
commit f055c08fa1
2 changed files with 4 additions and 15 deletions

View File

@ -6,6 +6,7 @@ using New_College.Common.Helper;
using New_College.IServices;
using New_College.Model;
using New_College.Model.ViewModels;
using Newtonsoft.Json;
using NPOI.SS.Formula.Functions;
using System;
using System.Collections.Generic;

View File

@ -14,13 +14,11 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\New_College.Api\New_College.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
<Optimize>True</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>..\New_College\New_College.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
@ -43,10 +41,6 @@
<None Remove="Middlewares\**" />
</ItemGroup>
<ItemGroup>
<Content Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<None Remove="index.html" />
</ItemGroup>
@ -58,21 +52,15 @@
<PackageReference Include="Microsoft.Graph.Core" Version="1.23.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.9.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\New_College.Common\New_College.Common.csproj" />
<ProjectReference Include="..\New_College.Extensions\New_College.Extensions.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
<None Include="appsettings.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="wwwroot\BlogCore.Data.json\BlogArticle.tsv" />
<None Include="wwwroot\BlogCore.Data.json\Department.tsv" />
<None Include="wwwroot\BlogCore.Data.json\Modules.tsv" />
@ -91,8 +79,8 @@
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.Development.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Content Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>