Commit d19de4b

mo khan <mo.khan@gmail.com>
2019-10-21 04:13:39
generate package on build
1 parent 694e364
Changed files (1)
lib/lib.csproj
@@ -1,13 +1,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>
-  </PropertyGroup>
-</Project>
+<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>