Revert "Add performance tests"
This commit is contained in:
parent
2a49edbb6e
commit
ce3eed0306
33 changed files with 4 additions and 729 deletions
|
@ -1,13 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleLibrary.P4
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
ConsoleLibrary.P5.Program.Main();
|
||||
ConsoleLibrary.P6.Program.Main();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"TwoTargetLargeP5" : {
|
||||
"target": "project"
|
||||
},
|
||||
"TwoTargetLargeP6" : {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0-rc2-*"
|
||||
},
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": { },
|
||||
"netstandard1.5": { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue