BootstrapAdmin/Bootstrap.Admin/Bootstrap.Admin.csproj

32 lines
1.3 KiB
XML
Raw Normal View History

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>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
2016-10-20 17:55:29 +08:00
</PropertyGroup>
2018-06-07 00:45:47 +08:00
<PropertyGroup>
<DocumentationFile>..\Bootstrap.Admin\Bootstrap.Admin.xml</DocumentationFile>
</PropertyGroup>
2016-10-20 17:55:29 +08:00
<ItemGroup>
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.4" />
<PackageReference Include="Longbow.Logging" Version="2.2.5" />
2018-06-16 14:35:10 +08:00
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="3.1.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" PrivateAssets="All" />
<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>