Merge pull request #1100 from dotnet/anurse/1093-fix-shared-source-packages

suppress adding project output to export when there is no output
This commit is contained in:
Andrew Stanton-Nurse 2016-02-01 10:28:14 -08:00
commit 0951d424be
3 changed files with 33 additions and 2 deletions

View file

@ -0,0 +1,12 @@
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
{
}
}