mirror of https://github.com/SixLabors/ImageSharp
3 changed files with 2 additions and 19 deletions
@ -1,8 +0,0 @@ |
|||||
<Project Sdk="Microsoft.NET.Sdk"> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<OutputType>Exe</OutputType> |
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
</Project> |
|
||||
@ -1,9 +0,0 @@ |
|||||
using System; |
|
||||
|
|
||||
class Program |
|
||||
{ |
|
||||
static void Main(string[] args) |
|
||||
{ |
|
||||
Console.WriteLine("Hello World!"); |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue