2020-03-21 01:16:07 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2020-03-21 00:39:32 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
<UserSecretsId>d21486de-a812-47eb-a419-05682bb68856</UserSecretsId>
|
|
|
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
2020-12-30 21:34:44 -05:00
|
|
|
|
<Version>0.2.0</Version>
|
2020-03-21 00:39:32 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-21 18:58:23 -04:00
|
|
|
|
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="4.1.0" />
|
2020-12-30 03:00:23 -05:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
|
2020-03-21 00:39:32 -04:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
|
2020-06-28 20:27:03 -04:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
|
2020-03-21 00:39:32 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-03-21 18:58:23 -04:00
|
|
|
|
<ItemGroup>
|
2020-03-22 01:29:51 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Common\BirdsiteLive.Common.csproj" />
|
2020-03-21 18:58:23 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Cryptography\BirdsiteLive.Cryptography.csproj" />
|
2020-06-06 00:14:42 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Domain\BirdsiteLive.Domain.csproj" />
|
2020-07-16 01:19:41 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Pipeline\BirdsiteLive.Pipeline.csproj" />
|
2020-03-21 18:58:23 -04:00
|
|
|
|
<ProjectReference Include="..\BirdsiteLive.Twitter\BirdsiteLive.Twitter.csproj" />
|
2020-07-07 21:03:20 -04:00
|
|
|
|
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL.Postgres\BirdsiteLive.DAL.Postgres.csproj" />
|
2020-03-21 18:58:23 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-03-21 00:39:32 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|