2019-03-25 16:09:33 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
|
|
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
|
|
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.4" />
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.3" />
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="2.2.6" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Bootstrap.Client.DataAccess\Bootstrap.Client.DataAccess.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2016-11-21 20:05:29 +08:00
|
|
|
</Project>
|