2 Star 13 Fork 6

DealiAxy/AspNetCore-Learning-Mvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
StudyManagement.csproj 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Migrations\20200208072357_AlterStudentPhoto.cs" />
<Compile Remove="Migrations\20200208072357_AlterStudentPhoto.Designer.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\js\" />
<Folder Include="wwwroot\uploads\images\" />
</ItemGroup>
<ItemGroup>
<Reference Include="CppClassLibrary">
<HintPath>..\0_Project\CppClassLibrary\Release\CppClassLibrary.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/deali/AspNetCore-Learning-Mvc.git
git@gitee.com:deali/AspNetCore-Learning-Mvc.git
deali
AspNetCore-Learning-Mvc
AspNetCore-Learning-Mvc
master

搜索帮助