Shorten test asset names
This commit is contained in:
parent
c3971fc100
commit
3194ec1c3a
17 changed files with 14 additions and 14 deletions
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Contains a dependency on a tool whose package name is different from the dll name.");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue