Revert "Revert "Add performance tests"" (#2820)

This commit is contained in:
Pavel Krymets 2016-05-12 10:33:32 -07:00 committed by Piotr Puszkiewicz
parent 418d827d52
commit b8dff69cc1
33 changed files with 728 additions and 3 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P1.Program.Main();
}
}
}

View file

@ -0,0 +1,18 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"SingleTargetP1" : {
"target": "project"
},
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
},
"frameworks": {
"netcoreapp1.0": { }
}
}