ln.threading/ln.threading.csproj

14 lines
373 B
XML
Raw Normal View History

2020-11-18 00:23:20 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-11-18 00:32:49 +01:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-11-18 00:23:20 +01:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ln.collections\ln.collections.csproj" />
<ProjectReference Include="..\ln.logging\ln.logging.csproj" />
<ProjectReference Include="..\ln.type\ln.type.csproj" />
</ItemGroup>
</Project>