2019-04-10 14:13:55 +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>
|
|
|
|
|
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.1.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Data" Version="2.2.8" />
|
|
|
|
|
<PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" />
|
|
|
|
|
<PackageReference Include="Longbow.Web" Version="2.2.9" />
|
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.6" />
|
|
|
|
|
<PackageReference Include="Longbow" Version="2.2.9" />
|
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|