mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 14:11:26 +00:00
19 lines
No EOL
816 B
XML
19 lines
No EOL
816 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
|
|
<Version>2.0.100-beta1</Version>
|
|
<Nullable>enable</Nullable>
|
|
<LangVersion>latest</LangVersion>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Authors>Tony Bark</Authors>
|
|
<PackageDescription>
|
|
Caret-Separated Text (or CST) is a key-value pair format represented by digits or words as keys and the value as text enclosed between carets. ([key] ^[value]^)
|
|
|
|
CSTNet provides you the framework for parsing the CST format.
|
|
</PackageDescription>
|
|
<RepositoryUrl>https://github.com/tonytins/cstdotnet</RepositoryUrl>
|
|
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
</Project> |