cleanup in AssemblyInfoOptions

This commit is contained in:
discostu105 2016-02-22 11:22:26 +01:00
parent 1dedbcf3e6
commit 8dc1e94aa9

View file

@ -29,8 +29,6 @@ namespace Microsoft.DotNet.Cli.Compiler.Common
private const string TargetFrameworkOptionName = "target-framework";
private const string TargetFrameworkVersionOptionName = "target-framework-version";
public string Title { get; set; }
public string Description { get; set; }
@ -87,7 +85,6 @@ namespace Microsoft.DotNet.Cli.Compiler.Common
string culture = null;
string neutralCulture = null;
string targetFramework = null;
string targetFrameworkVersion = null;
syntax.DefineOption(AssemblyVersionOptionName, ref version, UnescapeNewlines, "Assembly version");