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>
|
2018-11-23 16:32:30 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Security.Cryptography" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Web" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="1.1.0" />
|
2018-12-05 17:29:09 +08:00
|
|
|
|
<PackageReference Include="Longbow" Version="1.1.1" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
|
|
|
|
</Project>
|