diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-20 22:13:39 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-20 22:13:39 -0600 |
| commit | d19de4bc85dd831c8944aa2cd981422e0025a15a (patch) | |
| tree | 3502491efef34e2ecb3b2935ae38b80a73b0f351 | |
| parent | 694e3644f6b98c143b2389d38c42f5be4722cfe8 (diff) | |
generate package on build
| -rw-r--r-- | lib/lib.csproj | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/lib/lib.csproj b/lib/lib.csproj index 049e5c0..6e6f935 100644 --- a/lib/lib.csproj +++ b/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> |
