Skip to content

Commit

Permalink
Update enum for VS 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanover authored and devlead committed Mar 7, 2017
1 parent 34a682f commit b678891
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 b678891

Please sign in to comment.