From 1f317d3eb564e463a78cd0e47f4bcf95838c60ec Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: future value 2 --- .../bin/Debug/netcoreapp3.1/FutureValue.deps.json | 23 +++++++++++++++++++++ .../bin/Debug/netcoreapp3.1/FutureValue.dll | Bin 0 -> 10240 bytes .../bin/Debug/netcoreapp3.1/FutureValue.exe | Bin 0 -> 158208 bytes .../bin/Debug/netcoreapp3.1/FutureValue.pdb | Bin 0 -> 12916 bytes .../FutureValue.runtimeconfig.dev.json | 8 +++++++ .../netcoreapp3.1/FutureValue.runtimeconfig.json | 9 ++++++++ 6 files changed, 40 insertions(+) create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json create mode 100644 future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json (limited to 'future_value2/FutureValue/bin/Debug') diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json new file mode 100644 index 0000000..3177387 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "FutureValue/1.0.0": { + "runtime": { + "FutureValue.dll": {} + } + } + } + }, + "libraries": { + "FutureValue/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll new file mode 100644 index 0000000..9a59d22 Binary files /dev/null and b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll differ diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe new file mode 100644 index 0000000..1382b35 Binary files /dev/null and b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe differ diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb new file mode 100644 index 0000000..b1f00eb Binary files /dev/null and b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb differ diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.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/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.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