...
This commit is contained in:
parent
c2c4c14e94
commit
e8806b22cb
7 changed files with 56 additions and 12 deletions
9
YaDaemon/Program.cs
Normal file
9
YaDaemon/Program.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
class YaDaemon
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
8
YaDaemon/YaDaemon.csproj
Executable file
8
YaDaemon/YaDaemon.csproj
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
5
YaDaemon/global.json
Normal file
5
YaDaemon/global.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "1.0.0-rc4-004771"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue