File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Nerdbank.GitVersioning.Tasks Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -541,8 +541,10 @@ internal override void StartThisAssemblyClass()
541541 {
542542 this . codeBuilder . AppendLine ( $ "#If { CompilerDefinesAroundGeneratedCodeAttribute . Replace ( "||" , " Or " ) } Then") ;
543543 this . codeBuilder . AppendLine ( $ "<System.CodeDom.Compiler.GeneratedCode(\" { GeneratorName } \" ,\" { GeneratorVersion } \" )>") ;
544- this . codeBuilder . AppendLine ( "#End If" ) ;
545544 this . codeBuilder . AppendLine ( "Partial Friend NotInheritable Class ThisAssembly" ) ;
545+ this . codeBuilder . AppendLine ( "#Else" ) ;
546+ this . codeBuilder . AppendLine ( "Partial Friend NotInheritable Class ThisAssembly" ) ;
547+ this . codeBuilder . AppendLine ( "#End If" ) ;
546548 }
547549
548550 internal override void AddThisAssemblyMember ( string name , string value )
You can’t perform that action at this time.
0 commit comments