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.

17 lines
706 B

3 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<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" />
<ProjectReference Include="..\..\learun.core\learun.util\learun.util.csproj" />
<ProjectReference Include="..\learun.iappdev\learun.iappdev.csproj" />
</ItemGroup>
</Project>