3d14caceff
Moving TestProjects and TestPackages under root 'TestAssets' folder. Partial fix #1250
12 lines
291 B
C#
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
|
|
{
|
|
}
|
|
}
|