generated from Templates/Dotnet_Executable
add package reference
All checks were successful
All checks were successful
This commit is contained in:
parent
b8570970f5
commit
44fbb768b8
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
||||||
|
<PackageReference Include="DotnetTestLib" Version="*" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using CommandLine;
|
using CommandLine;
|
||||||
|
using DotnetTestLib;
|
||||||
|
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
@ -30,6 +31,7 @@ class Program
|
|||||||
|
|
||||||
static void EntryPoint(Options o)
|
static void EntryPoint(Options o)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Hello world!");
|
var hwp = new HelloWorldProvider();
|
||||||
|
Console.WriteLine(hwp.GetHelloWorld();
|
||||||
}
|
}
|
||||||
}
|
}
|
0
DotnetTestExe/dotnet
Normal file
0
DotnetTestExe/dotnet
Normal file
11
nuget.config
Normal file
11
nuget.config
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||||
|
<clear />
|
||||||
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||||
|
<add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
|
||||||
|
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
|
||||||
|
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user