Publish using .NET CLI

This commit is contained in:
Tony Bark 2020-12-08 21:57:55 -05:00
parent 730b20bf20
commit dd146f0a5f
4 changed files with 26 additions and 43 deletions

View file

@ -6,7 +6,6 @@
<Authors>Tony Bark</Authors>
<PackageDescription>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.</PackageDescription>
<RepositoryUrl>https://github.com/tonytins/cstnet</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>CST.Net</Product>
</PropertyGroup>