From 8cdb4aab513016bc7ced77b2ac254184d8be5ef3 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: temperatures --- .../bin/Debug/netcoreapp3.1/temperatures.deps.json | 23 +++++++++++++++++++++ .../bin/Debug/netcoreapp3.1/temperatures.dll | Bin 0 -> 11776 bytes .../bin/Debug/netcoreapp3.1/temperatures.exe | Bin 0 -> 158208 bytes .../bin/Debug/netcoreapp3.1/temperatures.pdb | Bin 0 -> 13188 bytes .../temperatures.runtimeconfig.dev.json | 8 +++++++ .../netcoreapp3.1/temperatures.runtimeconfig.json | 9 ++++++++ 6 files changed, 40 insertions(+) create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json (limited to 'temps/temperatures/bin') diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json new file mode 100644 index 0000000..0ba9c40 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "temperatures/1.0.0": { + "runtime": { + "temperatures.dll": {} + } + } + } + }, + "libraries": { + "temperatures/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll new file mode 100644 index 0000000..00698e1 Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe new file mode 100644 index 0000000..d3eb732 Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb new file mode 100644 index 0000000..2dcf90e Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + } + } +} \ No newline at end of file -- cgit 1.4.1