Ensure Microsoft.CSharp reference is not duplicated
This commit is contained in:
parent
14e8b184bd
commit
268dd603cc
4 changed files with 53 additions and 9 deletions
|
@ -0,0 +1,10 @@
|
|||
namespace TestMicrosoftCSharpReference
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue