1 Star 0 Fork 0

xugu-tech/xugu-efcore-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ConsoleApp1.csproj 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
cyj 提交于 2024-11-05 16:36 +08:00 . first commit
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.32">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="XuguClient" Version="3.3.3.4" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.EntityFrameworkCore.Xugu">
<HintPath>E:\interface\csharp\EFCore\6.0.32\efcore-6.0.32\artifacts\bin\EFCore.Xugu\Debug\net6.0\Microsoft.EntityFrameworkCore.Xugu.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/XuguDB/xugu-efcore-demo.git
[email protected]:XuguDB/xugu-efcore-demo.git
XuguDB
xugu-efcore-demo
xugu-efcore-demo
master

搜索帮助