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