From 8dc1e94aa92c16b75c0096bf038977a47060061b Mon Sep 17 00:00:00 2001 From: discostu105 Date: Mon, 22 Feb 2016 11:22:26 +0100 Subject: [PATCH] cleanup in AssemblyInfoOptions --- src/Microsoft.DotNet.Compiler.Common/AssemblyInfoOptions.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Microsoft.DotNet.Compiler.Common/AssemblyInfoOptions.cs b/src/Microsoft.DotNet.Compiler.Common/AssemblyInfoOptions.cs index c59ec0657..276c42bf7 100644 --- a/src/Microsoft.DotNet.Compiler.Common/AssemblyInfoOptions.cs +++ b/src/Microsoft.DotNet.Compiler.Common/AssemblyInfoOptions.cs @@ -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");