2020-10-07 15:42:30 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2016-04-06 00:01:54 -07:00
|
|
|
|
<PropertyGroup>
|
2022-07-09 14:20:32 -07:00
|
|
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
2016-04-06 00:01:54 -07:00
|
|
|
|
</PropertyGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2020-12-07 12:33:24 -08:00
|
|
|
|
<ItemGroup>
|
2020-12-08 13:23:59 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2020-12-08 15:15:41 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
|
2020-12-07 15:08:57 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
|
2020-12-07 14:29:45 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
2019-03-29 00:15:40 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-11-03 15:16:47 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.10" />
|
2022-04-16 21:36:16 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2016-04-06 00:01:54 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|