2018-09-16 19:33:56 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
<PropertyGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
|
2018-10-29 10:34:22 +08:00
|
|
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
2016-11-21 20:05:29 +08:00
|
|
|
|
</PropertyGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-11-23 16:32:30 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Web" Version="1.1.0" />
|
2018-09-16 19:33:56 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
2016-11-21 20:05:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
2016-11-21 20:05:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
<ProjectReference Include="..\Bootstrap.Client.DataAccess\Bootstrap.Client.DataAccess.csproj" />
|
2016-11-21 20:05:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
</Project>
|