Skip to content

Commit

Permalink
Adds creating the nuget package to the csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Young committed Mar 5, 2018
1 parent 1242030 commit 1bf3827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mulligan/Mulligan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 1bf3827

Please sign in to comment.