From abf3ceabdd98abd0d955b03732e581a43c4e9fb0 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 13 一月 2025 15:01:31 +0800
Subject: [PATCH] 解决冲突

---
 Yw.Vmo.Unit.Core/Yw.Vmo.Unit.Core.csproj |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Yw.Vmo.Unit.Core/Yw.Vmo.Unit.Core.csproj b/Yw.Vmo.Unit.Core/Yw.Vmo.Unit.Core.csproj
new file mode 100644
index 0000000..0765df2
--- /dev/null
+++ b/Yw.Vmo.Unit.Core/Yw.Vmo.Unit.Core.csproj
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>net6.0</TargetFramework>
+    <ImplicitUsings>enable</ImplicitUsings>
+    <Nullable>disable</Nullable>
+    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
+    <Version>3.0.0</Version>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Yw.Dto.Unit.Core" Version="3.1.5" />
+    <PackageReference Include="Yw.Vmo.Core" Version="3.0.9" />
+  </ItemGroup>
+
+</Project>

--
Gitblit v1.9.3