website dotnet 2.2 版本升级

This commit is contained in:
hogan
2019-01-08 14:33:11 +08:00
parent 6ddd3c99a2
commit 676c0f07a7
8 changed files with 63 additions and 76 deletions

View File

@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
@ -17,6 +16,11 @@
<Folder Include="Areas\Example\Models\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FreeSql.Site.DAL\FreeSql.Site.DAL.csproj" />
<ProjectReference Include="..\FreeSql.Site.Entity\FreeSql.Site.Entity.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="Areas\BBS\_ViewStart.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>