Skip to content

Commit 1d6e774

Browse files
committed
Initial Commit
Signed-off-by: jorturfer <[email protected]>
0 parents  commit 1d6e774

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: ManualTriggerPR.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
</Project>

Diff for: Program.cs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");

0 commit comments

Comments
 (0)