From e08a2e8a24be0996dec3b681f3c4ab45333f331c Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 22 十月 2024 17:54:29 +0800
Subject: [PATCH] 初始化
---
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