mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-21 08:01:21 +00:00
10 lines
446 B
XML
10 lines
446 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||
|
<Version>1.0-rc1</Version>
|
||
|
<Description>Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets (^) that contains the contents. CST.NET is a library for prasing the CST format.</Description>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|