Fix compile failure

This commit is contained in:
Pranav K 2016-12-22 10:20:40 -08:00
parent 6cf9e8c2bc
commit bde6cc40bc
1 changed files with 0 additions and 1 deletions

View File

@ -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;