Step one of introducing a flag to drop the suffix out of our build versions.
This commit is contained in:
parent
eebd77efe3
commit
35fc8c1d0e
10 changed files with 31 additions and 58 deletions
|
@ -1,8 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.DotNet.Cli.Build
|
||||
{
|
||||
public abstract class Version
|
||||
public class Version
|
||||
{
|
||||
public virtual int Major { get; set; }
|
||||
public virtual int Minor { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue