Initial commit

This commit is contained in:
Stone-Red-Code
2021-03-14 22:16:54 +01:00
commit aa0b56d0d7
662 changed files with 6758 additions and 0 deletions
@@ -0,0 +1,52 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"ImgurAutoUploader/1.0.0": {
"dependencies": {
"Imgur.API": "5.0.0"
},
"runtime": {
"ImgurAutoUploader.dll": {}
}
},
"Imgur.API/5.0.0": {
"dependencies": {
"System.Text.Json": "4.7.2"
},
"runtime": {
"lib/netstandard2.0/Imgur.API.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.0"
}
}
},
"System.Text.Json/4.7.2": {}
}
},
"libraries": {
"ImgurAutoUploader/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Imgur.API/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
"path": "imgur.api/5.0.0",
"hashPath": "imgur.api.5.0.0.nupkg.sha512"
},
"System.Text.Json/4.7.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
"path": "system.text.json/4.7.2",
"hashPath": "system.text.json.4.7.2.nupkg.sha512"
}
}
}
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\David\\.nuget\\packages",
"C:\\Microsoft\\Xamarin\\NuGet"
]
}
}
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because it is too large Load Diff
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\David\\.nuget\\packages",
"C:\\Microsoft\\Xamarin\\NuGet"
]
}
}
@@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "5.0.4"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.4"
}
]
}
}

Some files were not shown because too many files have changed in this diff Show More