16 lines
495 B
XML
16 lines
495 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Version>0.2.0</Version>
|
|
<Title>THE_KONDRAT</Title>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Description>Node pipeline configurattion abstractions
|
|
Contains types for pipeline description
|
|
</Description>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|