BootstrapAdmin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj

23 lines
839 B
XML
Raw Normal View History

2018-06-07 00:45:47 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2016-10-20 17:55:29 +08:00
<PropertyGroup>
2018-06-07 00:45:47 +08:00
<TargetFramework>netstandard2.0</TargetFramework>
2016-10-20 17:55:29 +08:00
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
2016-10-20 17:55:29 +08:00
</PropertyGroup>
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
<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>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.4.0" />
<PackageReference Include="Longbow.Data" Version="2.2.5" />
<PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" />
<PackageReference Include="Longbow.Web" Version="2.2.4" />
<PackageReference Include="Longbow.Cache" Version="2.2.3" />
<PackageReference Include="Longbow" Version="2.2.6" />
2016-10-20 17:55:29 +08:00
</ItemGroup>
2018-06-07 00:45:47 +08:00
</Project>