2019-03-31 17:21:31 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2019-03-25 16:09:33 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
|
|
|
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-06-21 18:36:25 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.9" />
|
|
|
|
|
<PackageReference Include="Longbow.Configuration" Version="2.2.3" />
|
2019-05-30 10:30:17 +08:00
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="2.2.7" />
|
2019-03-25 16:09:33 +08:00
|
|
|
|
<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>
|