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>
|
2018-05-19 21:19:13 +08:00
|
|
|
|
<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>
|
2019-01-11 23:20:28 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.1.1" />
|
|
|
|
|
<PackageReference Include="Longbow.Data" Version="2.2.2" />
|
|
|
|
|
<PackageReference Include="Longbow.Security.Cryptography" Version="1.2.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Web" Version="2.2.2" />
|
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.1" />
|
|
|
|
|
<PackageReference Include="Longbow" Version="2.2.3" />
|
|
|
|
|
<PackageReference Include="PetaPoco.Compiled" Version="1.0.1" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
|
|
|
|
</Project>
|