fix tools when restoring with --packages

This commit is contained in:
Krzysztof Wicher 2016-12-20 12:15:33 -08:00
parent 2d5e40f3ba
commit 59ae0e2d3d
11 changed files with 197 additions and 13 deletions

View file

@ -0,0 +1,8 @@
using System;
class Program
{
static void Main(string[] args)
{
}
}