From c717aaf4923fe27fd2a82c795ee0516f918c5b24 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 13 十一月 2024 13:19:19 +0800 Subject: [PATCH] 1 --- MESApplication/MESApplication.csproj | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/MESApplication/MESApplication.csproj b/MESApplication/MESApplication.csproj index 7509085..ba5faaa 100644 --- a/MESApplication/MESApplication.csproj +++ b/MESApplication/MESApplication.csproj @@ -1,10 +1,9 @@ -<Project Sdk="Microsoft.NET.Sdk.Web"> +锘�<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> - <InvariantGlobalization>true</InvariantGlobalization> <GenerateDocumentationFile>True</GenerateDocumentationFile> </PropertyGroup> @@ -18,16 +17,11 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Oracle.EntityFrameworkCore" Version="8.21.121"/> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/> </ItemGroup> <ItemGroup> <ProjectReference Include="..\MES.Service\MES.Service.csproj"/> - </ItemGroup> - - <ItemGroup> - <Folder Include="Controllers\BasicData\" /> </ItemGroup> </Project> -- Gitblit v1.9.3