Fix compile failure
This commit is contained in:
parent
6cf9e8c2bc
commit
bde6cc40bc
|
|
@ -179,7 +179,6 @@ Options:
|
|||
private static string GetToolVersion()
|
||||
{
|
||||
return typeof(Program)
|
||||
.GetTypeInfo()
|
||||
.Assembly
|
||||
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
|
||||
.InformationalVersion;
|
||||
|
|
|
|||
Loading…
Reference in New Issue