..setup for new agent task

This commit is contained in:
2026-06-17 21:44:08 -04:00
parent 2fcf2daf8b
commit 36bd610ca4
7 changed files with 53 additions and 77 deletions
+14
View File
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
</Project>
+1
View File
@@ -0,0 +1 @@
Console.WriteLine("Hello, World!");