1
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user