parent
275364463f
commit
98109e362d
|
|
@ -4,6 +4,6 @@
|
||||||
"samples"
|
"samples"
|
||||||
],
|
],
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "1.0.0-preview2-1-003177"
|
"version": "1.0.0-preview2-1-003180"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"projects": [],
|
"projects": [],
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "1.0.0-preview2-1-003177"
|
"version": "1.0.0-preview2-1-003180"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue