From 44fbb768b8a6ae168ff6ce4878dbd49c968242cb Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Thu, 28 Nov 2024 11:14:13 +0100 Subject: [PATCH] add package reference --- DotnetTestExe/DotnetTestExe.csproj | 1 + DotnetTestExe/Program.cs | 4 +++- DotnetTestExe/dotnet | 0 nuget.config | 11 +++++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 DotnetTestExe/dotnet create mode 100644 nuget.config diff --git a/DotnetTestExe/DotnetTestExe.csproj b/DotnetTestExe/DotnetTestExe.csproj index 8239a75..b50056f 100644 --- a/DotnetTestExe/DotnetTestExe.csproj +++ b/DotnetTestExe/DotnetTestExe.csproj @@ -10,6 +10,7 @@ + diff --git a/DotnetTestExe/Program.cs b/DotnetTestExe/Program.cs index 2c9e48c..6bba78b 100644 --- a/DotnetTestExe/Program.cs +++ b/DotnetTestExe/Program.cs @@ -1,4 +1,5 @@ using CommandLine; +using DotnetTestLib; class Program { @@ -30,6 +31,7 @@ class Program static void EntryPoint(Options o) { - Console.WriteLine("Hello world!"); + var hwp = new HelloWorldProvider(); + Console.WriteLine(hwp.GetHelloWorld(); } } \ No newline at end of file diff --git a/DotnetTestExe/dotnet b/DotnetTestExe/dotnet new file mode 100644 index 0000000..e69de29 diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..1550c4a --- /dev/null +++ b/nuget.config @@ -0,0 +1,11 @@ + + + + + + + + + + +