dotnet-installer/test/TestProjects/TestLibraryWithRunner/Test.cs
2016-01-29 12:31:23 -08: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
{
}
}