Skip to content

Commit

Permalink
dasgsd
Browse files Browse the repository at this point in the history
  • Loading branch information
danefalvo committed Oct 22, 2020
1 parent 6f9ede7 commit fd32dc4
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Hello World 2!");
}
}
}
Binary file modified bin/Debug/netcoreapp3.1/GitPackage.dll
Binary file not shown.
Binary file modified bin/Debug/netcoreapp3.1/GitPackage.pdb
Binary file not shown.
23 changes: 23 additions & 0 deletions bin/Debug/netcoreapp3.1/publish/GitPackage.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"GitPackage/1.0.0": {
"runtime": {
"GitPackage.dll": {}
}
}
}
},
"libraries": {
"GitPackage/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added bin/Debug/netcoreapp3.1/publish/GitPackage.dll
Binary file not shown.
Binary file added bin/Debug/netcoreapp3.1/publish/GitPackage.exe
Binary file not shown.
Binary file added bin/Debug/netcoreapp3.1/publish/GitPackage.pdb
Binary file not shown.
9 changes: 9 additions & 0 deletions bin/Debug/netcoreapp3.1/publish/GitPackage.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
Binary file modified obj/Debug/netcoreapp3.1/GitPackage.dll
Binary file not shown.
Binary file modified obj/Debug/netcoreapp3.1/GitPackage.pdb
Binary file not shown.

0 comments on commit fd32dc4

Please sign in to comment.