Add files via upload

This commit is contained in:
celisej567
2021-07-06 16:41:50 +03:00
committed by GitHub
parent 70118fe8e5
commit 0ecdcffc95
7 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"1/1.0.0": {
"runtime": {
"1.dll": {}
}
}
}
},
"libraries": {
"1/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

BIN
bin/Release/net5.0/1.dll Normal file

Binary file not shown.

BIN
bin/Release/net5.0/1.exe Normal file

Binary file not shown.

BIN
bin/Release/net5.0/1.pdb Normal file

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\celis\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\celis\\.nuget\\packages"
]
}
}

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}

Binary file not shown.