You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.0 KiB

3 years ago
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>506ca2fc-7f1f-45e6-a1d4-c23845ac4d5d</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac.Configuration" Version="5.1.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\learun.app\learun.iappdev\learun.iappdev.csproj" />
<ProjectReference Include="..\learun.core\learun.application\learun.application.csproj" />
<ProjectReference Include="..\learun.core\learun.cache\learun.cache.csproj" />
<ProjectReference Include="..\learun.core\learun.database\learun.database.csproj" />
<ProjectReference Include="..\learun.core\learun.iapplication\learun.iapplication.csproj" />
</ItemGroup>
</Project>