cloutier--bird.makeup/src/BSLManager/BSLManager.csproj

23 lines
940 B
XML
Raw Normal View History

2021-04-11 17:14:57 -04:00
<Project Sdk="Microsoft.NET.Sdk">
2021-04-09 21:07:03 -04:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
2021-04-11 02:15:13 -04:00
<PackageReference Include="Lamar" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
2021-04-09 21:07:03 -04:00
<PackageReference Include="Terminal.Gui" Version="1.0.0-beta.11" />
</ItemGroup>
2021-04-11 02:15:13 -04:00
<ItemGroup>
<ProjectReference Include="..\BirdsiteLive.Common\BirdsiteLive.Common.csproj" />
2021-04-11 17:14:57 -04:00
<ProjectReference Include="..\BirdsiteLive.Moderation\BirdsiteLive.Moderation.csproj" />
2021-04-11 02:15:13 -04:00
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL.Postgres\BirdsiteLive.DAL.Postgres.csproj" />
</ItemGroup>
2021-04-09 21:07:03 -04:00
</Project>