dotnet-installer/TestAssets/NonRestoredTestProjects/MigrateAppWithMissingDep/MyApp/Program.cs
Krzysztof Wicher 43df9a170d Fix 4655: Migrate errors are not getting put in formatted output (#4718)
* Fix 4655: Migrate errors are not getting put in formatted output

* Move test asset to NonRestoredTestProjects

* use group test asset manager: NonRestoredTestProjects
2016-11-15 09:39:58 -08:00

10 lines
141 B
C#

namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
}
}
}