2018-09-16 19:33:56 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
|
<PropertyGroup>
|
2018-12-05 17:29:09 +08:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2018-09-16 19:33:56 +08:00
|
|
|
|
<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>
|
2019-02-25 12:27:31 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.3" />
|
2019-01-17 13:25:54 +08:00
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.3" />
|
2019-01-14 21:48:24 +08:00
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="2.2.5" />
|
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>
|