1 Star 0 Fork 11

20级软件2班 / MVC示例项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MVCDemoSoft2.csproj 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
老胡来也 提交于 2021-12-27 17:03 . 数据库使用PostgreSQL
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1" />
</ItemGroup>
</Project>
1
https://gitee.com/level-20-software-class-other-2/mvc-sample-project.git
git@gitee.com:level-20-software-class-other-2/mvc-sample-project.git
level-20-software-class-other-2
mvc-sample-project
MVC示例项目
master

搜索帮助