2019-03-31 17:21:31 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-16 19:33:56 +08:00
|
|
|
|
|
|
|
|
|
<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-27 16:48:19 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.1.0" />
|
2019-04-04 17:17:18 +08:00
|
|
|
|
<PackageReference Include="Longbow.Cache" Version="2.2.5" />
|
2019-02-24 16:15:31 +08:00
|
|
|
|
<PackageReference Include="Longbow.Data" Version="2.2.6" />
|
2019-04-08 16:01:40 +08:00
|
|
|
|
<PackageReference Include="Longbow.Web" Version="2.2.9" />
|
2019-03-08 18:31:50 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.2" />
|
2018-09-16 19:33:56 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|