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.
 
 
 
 

33 lines
1.6 KiB

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>80560d7e-b669-4de1-95f1-26eb23012243</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\work\learun-adms-core\learun.framework.core\learun.webapi\learun.webapi.xml</DocumentationFile>
<OutputPath></OutputPath>
</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" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\learun.app\learun.appdev\learun.appdev.csproj" />
<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.iapplication\learun.iapplication.csproj" />
<ProjectReference Include="..\learun.core\learun.operat\learun.operat.csproj" />
<ProjectReference Include="..\learun.core\learun.util\learun.util.csproj" />
</ItemGroup>
</Project>