ln.parse/ln.parse/ln.parse.csproj

15 lines
430 B
XML
Raw Normal View History

2020-11-18 09:59:50 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-12-03 00:28:45 +01:00
<Version>0.0.6-test</Version>
2020-11-20 18:45:39 +01:00
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
2020-11-18 09:59:50 +01:00
</PropertyGroup>
2020-11-19 20:32:34 +01:00
<ItemGroup>
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2020-11-24 18:17:58 +01:00
<PackageReference Include="ln.collections" Version="0.1.2" />
2020-11-19 20:32:34 +01:00
</ItemGroup>
2020-11-18 09:59:50 +01:00
</Project>