Revert "Fix compile failure"

This reverts commit bde6cc40bc.
This commit is contained in:
Pranav K 2016-12-22 13:08:58 -08:00
parent 275364463f
commit 98109e362d
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,6 @@
"samples" "samples"
], ],
"sdk": { "sdk": {
"version": "1.0.0-preview2-1-003177" "version": "1.0.0-preview2-1-003180"
} }
} }

View File

@ -179,6 +179,7 @@ Options:
private static string GetToolVersion() private static string GetToolVersion()
{ {
return typeof(Program) return typeof(Program)
.GetTypeInfo()
.Assembly .Assembly
.GetCustomAttribute<AssemblyInformationalVersionAttribute>() .GetCustomAttribute<AssemblyInformationalVersionAttribute>()
.InformationalVersion; .InformationalVersion;

View File

@ -1,6 +1,6 @@
{ {
"projects": [], "projects": [],
"sdk": { "sdk": {
"version": "1.0.0-preview2-1-003177" "version": "1.0.0-preview2-1-003180"
} }
} }