Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
fix replacesVersion in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
thelsing committed Feb 20, 2022
1 parent 806fbd2 commit 2f7321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Xml.Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20820,7 +20820,7 @@ public bool ReplacesVersionsSpecified
{
get
{
return string.IsNullOrEmpty(this.ReplacesVersions);
return !string.IsNullOrEmpty(this.ReplacesVersions);
}
}

Expand Down

0 comments on commit 2f7321d

Please sign in to comment.