BirdsiteLive/src/BirdsiteLive/BirdsiteLive.csproj

30 lines
1.4 KiB
XML
Raw Permalink Normal View History

2020-03-21 06:16:07 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2020-03-21 05:39:32 +01:00
<PropertyGroup>
2023-01-06 08:30:42 +01:00
<TargetFramework>net6.0</TargetFramework>
2020-03-21 05:39:32 +01:00
<UserSecretsId>d21486de-a812-47eb-a419-05682bb68856</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
2023-03-14 04:56:34 +01:00
<Version>0.23.0</Version>
2020-03-21 05:39:32 +01:00
</PropertyGroup>
<ItemGroup>
2023-01-06 09:07:23 +01:00
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.11" />
2020-03-21 05:39:32 +01:00
</ItemGroup>
2020-03-21 23:58:23 +01:00
<ItemGroup>
2020-03-22 06:29:51 +01:00
<ProjectReference Include="..\BirdsiteLive.Common\BirdsiteLive.Common.csproj" />
2020-03-21 23:58:23 +01:00
<ProjectReference Include="..\BirdsiteLive.Cryptography\BirdsiteLive.Cryptography.csproj" />
2020-06-06 06:14:42 +02:00
<ProjectReference Include="..\BirdsiteLive.Domain\BirdsiteLive.Domain.csproj" />
<ProjectReference Include="..\BirdsiteLive.Moderation\BirdsiteLive.Moderation.csproj" />
2020-07-16 07:19:41 +02:00
<ProjectReference Include="..\BirdsiteLive.Pipeline\BirdsiteLive.Pipeline.csproj" />
2020-03-21 23:58:23 +01:00
<ProjectReference Include="..\BirdsiteLive.Twitter\BirdsiteLive.Twitter.csproj" />
2020-07-08 03:03:20 +02:00
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL.Postgres\BirdsiteLive.DAL.Postgres.csproj" />
2020-03-21 23:58:23 +01:00
</ItemGroup>
2020-03-21 05:39:32 +01:00
</Project>