Add project files.

This commit is contained in:
Ben Ramey
2018-03-19 16:00:41 -04:00
parent bf11c06473
commit 93e9749662
3 changed files with 40 additions and 0 deletions

8
LambdaTest/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace LambdaTest
{
public class Class1
{
}
}

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
</Project>