Skip to content

Commit

Permalink
Merge branch 'kvanover-develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Mar 7, 2017
2 parents 34a682f + b678891 commit d9d19ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Cake.Common/Tools/NuGet/NuGetMSBuildVersion.cs
Expand Up @@ -22,6 +22,11 @@ public enum NuGetMSBuildVersion
/// <summary>
/// MSBuildVersion : <c>14</c>
/// </summary>
MSBuild14 = 14
MSBuild14 = 14,

/// <summary>
/// MSBuildVersion : <c>15</c>
/// </summary>
MSBuild15 = 15
}
}

0 comments on commit d9d19ab

Please sign in to comment.