2018-06-07 00:45:47 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<PropertyGroup>
|
2018-12-05 17:29:09 +08:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
2018-08-01 17:21:09 +08:00
|
|
|
|
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
|
2018-10-29 10:34:22 +08:00
|
|
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</PropertyGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2019-01-12 15:34:23 +08:00
|
|
|
|
<PropertyGroup>
|
2018-10-24 20:31:44 +08:00
|
|
|
|
<DocumentationFile>..\Bootstrap.Admin\Bootstrap.Admin.xml</DocumentationFile>
|
2018-10-24 17:12:16 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2019-02-25 12:27:31 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.3" />
|
2019-01-14 21:48:24 +08:00
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="2.2.5" />
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
2019-02-13 12:32:33 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="3.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.2" PrivateAssets="All" />
|
2018-11-23 16:32:30 +08:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
<ProjectReference Include="..\Bootstrap.DataAccess\Bootstrap.DataAccess.csproj" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</Project>
|