ln.collections/ln.collections/ln.collections.csproj

19 lines
611 B
XML
Raw Permalink Normal View History

2020-11-18 00:09:21 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2022-06-03 13:39:05 +02:00
<Version>0.1.6</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<AssemblyVersion>0.0.1.1</AssemblyVersion>
<FileVersion>0.0.1.1</FileVersion>
<PackageVersion>0.2.0</PackageVersion>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<LangVersion>default</LangVersion>
2020-11-18 00:09:21 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>
</Project>