13 lines
291 B
C#
13 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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|