2018-09-16 19:33:56 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-02-21 13:16:18 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.7.0" />
|
2019-01-17 13:25:54 +08:00
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.3" />
|
2019-02-13 12:32:33 +08:00
|
|
|
|
<PackageReference Include="Longbow.Web" Version="2.2.4" />
|
2018-09-16 19:33:56 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|