main
1<Project Sdk="Microsoft.NET.Sdk">
2 <PropertyGroup>
3 <TargetFramework>netcoreapp3.0</TargetFramework>
4 <PackageId>jive</PackageId>
5 <PackageDescription>Add a little jive talk to your csharp.</PackageDescription>
6 <PackageLicenseExpression>MIT</PackageLicenseExpression>
7 <IncludeSource>true</IncludeSource>
8 <RepositoryUrl>https://github.com/mokhan/jive.net</RepositoryUrl>
9 <Version>0.1.0</Version>
10 <Authors>mo khan</Authors>
11 <Company>https://www.mokhan.ca/</Company>
12 <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13 </PropertyGroup>
14</Project>