ln.threading/ln.threading/ln.threading.csproj

19 lines
540 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.1.0</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description />
<Copyright>(c) 2020 Harald Wolff-Thobaben</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ln.collections" Version="0.1.2" />
<PackageReference Include="ln.logging" Version="1.0.0" />
<PackageReference Include="ln.type" Version="0.1.1" />
</ItemGroup>
</Project>