Deduplicate libraries
This commit is contained in:
parent
4f1dbeba0e
commit
eb32a40ea2
9 changed files with 74 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
noautobuild
|
|
@ -0,0 +1,10 @@
|
|||
namespace TestLibrary
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"frameworks": {
|
||||
"net461": {
|
||||
"frameworkAssemblies": {
|
||||
"System.IO.Compression": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue