ln.templates/ln.templates/ln.templates.csproj

20 lines
540 B
XML
Raw Normal View History

2020-11-18 00:25:16 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
2020-11-29 22:57:32 +01:00
<PropertyGroup>
2020-12-09 15:20:58 +01:00
<Version>0.2.1-ci</Version>
2020-11-29 22:57:32 +01:00
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description>A simple templating system</Description>
<Copyright>(c) 2020 Harald Wolff-Thobaben</Copyright>
<PackageTags>templating template</PackageTags>
</PropertyGroup>
2020-11-18 00:25:16 +01:00
<ItemGroup>
<PackageReference Include="Jint" Version="2.11.58" />
</ItemGroup>
</Project>