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