This commit is contained in:
2026-02-23 19:18:51 +08:00
parent f7f4c94c00
commit 0fba392cb0
19 changed files with 67 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<UserSecretsId>bcbf6258-c4b4-4daf-8676-641b2abd648e</UserSecretsId>
</PropertyGroup>
@@ -20,8 +20,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="MiniExcel" Version="1.30.0" />
<PackageReference Include="QuestPDF" Version="2022.12.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" />
@@ -37,6 +37,7 @@
<ProjectReference Include="..\iMES.Custom\iMES.Custom.csproj" />
<ProjectReference Include="..\iMES.Entity\iMES.Entity.csproj" />
<ProjectReference Include="..\iMES.Equip\iMES.Equip.csproj" />
<ProjectReference Include="..\iMES.Injection\iMES.Injection.csproj" />
<ProjectReference Include="..\iMES.Production\iMES.Production.csproj" />
<ProjectReference Include="..\iMES.Quality\iMES.Quality.csproj" />
<ProjectReference Include="..\iMES.Report\iMES.Report.csproj" />