cleanup in AssemblyInfoOptions
This commit is contained in:
parent
1dedbcf3e6
commit
8dc1e94aa9
1 changed files with 0 additions and 3 deletions
|
@ -29,8 +29,6 @@ namespace Microsoft.DotNet.Cli.Compiler.Common
|
||||||
|
|
||||||
private const string TargetFrameworkOptionName = "target-framework";
|
private const string TargetFrameworkOptionName = "target-framework";
|
||||||
|
|
||||||
private const string TargetFrameworkVersionOptionName = "target-framework-version";
|
|
||||||
|
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
|
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
|
@ -87,7 +85,6 @@ namespace Microsoft.DotNet.Cli.Compiler.Common
|
||||||
string culture = null;
|
string culture = null;
|
||||||
string neutralCulture = null;
|
string neutralCulture = null;
|
||||||
string targetFramework = null;
|
string targetFramework = null;
|
||||||
string targetFrameworkVersion = null;
|
|
||||||
|
|
||||||
syntax.DefineOption(AssemblyVersionOptionName, ref version, UnescapeNewlines, "Assembly version");
|
syntax.DefineOption(AssemblyVersionOptionName, ref version, UnescapeNewlines, "Assembly version");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue