Created solution
This commit is contained in:
12
Nerfed.Runtime/Nerfed.Runtime.csproj
Normal file
12
Nerfed.Runtime/Nerfed.Runtime.csproj
Normal file
@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<PublishAot>true</PublishAot>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
10
Nerfed.Runtime/Program.cs
Normal file
10
Nerfed.Runtime/Program.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Nerfed.Runtime
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user