From 212a8c3926d835e3abe5abaf9744945ec78aa158 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: io --- io/bin/Debug/net6.0/IO.deps.json | 23 +++++++++++++++++++++++ io/bin/Debug/net6.0/IO.dll | Bin 0 -> 4608 bytes io/bin/Debug/net6.0/IO.exe | Bin 0 -> 147968 bytes io/bin/Debug/net6.0/IO.pdb | Bin 0 -> 10500 bytes io/bin/Debug/net6.0/IO.runtimeconfig.json | 9 +++++++++ io/bin/Debug/net7.0/IO.deps.json | 23 +++++++++++++++++++++++ io/bin/Debug/net7.0/IO.dll | Bin 0 -> 5120 bytes io/bin/Debug/net7.0/IO.exe | Bin 0 -> 154624 bytes io/bin/Debug/net7.0/IO.pdb | Bin 0 -> 10764 bytes io/bin/Debug/net7.0/IO.runtimeconfig.json | 9 +++++++++ 10 files changed, 64 insertions(+) create mode 100644 io/bin/Debug/net6.0/IO.deps.json create mode 100644 io/bin/Debug/net6.0/IO.dll create mode 100644 io/bin/Debug/net6.0/IO.exe create mode 100644 io/bin/Debug/net6.0/IO.pdb create mode 100644 io/bin/Debug/net6.0/IO.runtimeconfig.json create mode 100644 io/bin/Debug/net7.0/IO.deps.json create mode 100644 io/bin/Debug/net7.0/IO.dll create mode 100644 io/bin/Debug/net7.0/IO.exe create mode 100644 io/bin/Debug/net7.0/IO.pdb create mode 100644 io/bin/Debug/net7.0/IO.runtimeconfig.json (limited to 'io/bin') diff --git a/io/bin/Debug/net6.0/IO.deps.json b/io/bin/Debug/net6.0/IO.deps.json new file mode 100644 index 0000000..f67ea1f --- /dev/null +++ b/io/bin/Debug/net6.0/IO.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "IO/1.0.0": { + "runtime": { + "IO.dll": {} + } + } + } + }, + "libraries": { + "IO/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/io/bin/Debug/net6.0/IO.dll b/io/bin/Debug/net6.0/IO.dll new file mode 100644 index 0000000..30a76cf Binary files /dev/null and b/io/bin/Debug/net6.0/IO.dll differ diff --git a/io/bin/Debug/net6.0/IO.exe b/io/bin/Debug/net6.0/IO.exe new file mode 100644 index 0000000..317d8a5 Binary files /dev/null and b/io/bin/Debug/net6.0/IO.exe differ diff --git a/io/bin/Debug/net6.0/IO.pdb b/io/bin/Debug/net6.0/IO.pdb new file mode 100644 index 0000000..41f99ff Binary files /dev/null and b/io/bin/Debug/net6.0/IO.pdb differ diff --git a/io/bin/Debug/net6.0/IO.runtimeconfig.json b/io/bin/Debug/net6.0/IO.runtimeconfig.json new file mode 100644 index 0000000..4e96a56 --- /dev/null +++ b/io/bin/Debug/net6.0/IO.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + } + } +} \ No newline at end of file diff --git a/io/bin/Debug/net7.0/IO.deps.json b/io/bin/Debug/net7.0/IO.deps.json new file mode 100644 index 0000000..9d7c842 --- /dev/null +++ b/io/bin/Debug/net7.0/IO.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "IO/1.0.0": { + "runtime": { + "IO.dll": {} + } + } + } + }, + "libraries": { + "IO/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/io/bin/Debug/net7.0/IO.dll b/io/bin/Debug/net7.0/IO.dll new file mode 100644 index 0000000..c33e2d5 Binary files /dev/null and b/io/bin/Debug/net7.0/IO.dll differ diff --git a/io/bin/Debug/net7.0/IO.exe b/io/bin/Debug/net7.0/IO.exe new file mode 100644 index 0000000..fc2851a Binary files /dev/null and b/io/bin/Debug/net7.0/IO.exe differ diff --git a/io/bin/Debug/net7.0/IO.pdb b/io/bin/Debug/net7.0/IO.pdb new file mode 100644 index 0000000..2cd6f0c Binary files /dev/null and b/io/bin/Debug/net7.0/IO.pdb differ diff --git a/io/bin/Debug/net7.0/IO.runtimeconfig.json b/io/bin/Debug/net7.0/IO.runtimeconfig.json new file mode 100644 index 0000000..f78f3ba --- /dev/null +++ b/io/bin/Debug/net7.0/IO.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file -- cgit 1.4.1