2020-08-12 19:05:01 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-07-16 01:19:41 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-05-05 20:15:07 -04:00
|
|
|
|
<TargetFramework>net6</TargetFramework>
|
2020-07-18 23:35:19 -04:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2020-07-16 01:19:41 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-01-16 01:18:03 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
|
2021-01-16 00:34:09 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
|
2020-07-16 01:19:41 -04:00
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.11.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-07-22 02:11:44 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Domain\BirdsiteLive.Domain.csproj" />
|
2021-09-05 13:58:33 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Moderation\BirdsiteLive.Moderation.csproj" />
|
2020-07-18 23:35:19 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Twitter\BirdsiteLive.Twitter.csproj" />
|
2020-07-16 01:19:41 -04:00
|
|
|
|
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL\BirdsiteLive.DAL.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-01-22 23:38:35 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Tools\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-07-16 01:19:41 -04:00
|
|
|
|
</Project>
|