dotnet-installer/TestAssets/TestProjects/TestLibraryWithRunner/Test.cs
Eric Erhardt 3d14caceff Test directory refactoring step 1.
Moving TestProjects and TestPackages under root 'TestAssets' folder.

Partial fix #1250
2016-02-08 20:35:22 -06:00

12 lines
291 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TestLibraryWithRunner
{
// Need to have source code to actually publish a DLL, so please don't remove this, even though it does nothing :).
public class Test
{
}
}