diff options
Diffstat (limited to 'io/bin')
-rw-r--r-- | io/bin/Debug/net6.0/IO.deps.json | 23 | ||||
-rw-r--r-- | io/bin/Debug/net6.0/IO.dll | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | io/bin/Debug/net6.0/IO.exe | bin | 0 -> 147968 bytes | |||
-rw-r--r-- | io/bin/Debug/net6.0/IO.pdb | bin | 0 -> 10500 bytes | |||
-rw-r--r-- | io/bin/Debug/net6.0/IO.runtimeconfig.json | 9 | ||||
-rw-r--r-- | io/bin/Debug/net7.0/IO.deps.json | 23 | ||||
-rw-r--r-- | io/bin/Debug/net7.0/IO.dll | bin | 0 -> 5120 bytes | |||
-rw-r--r-- | io/bin/Debug/net7.0/IO.exe | bin | 0 -> 154624 bytes | |||
-rw-r--r-- | io/bin/Debug/net7.0/IO.pdb | bin | 0 -> 10764 bytes | |||
-rw-r--r-- | io/bin/Debug/net7.0/IO.runtimeconfig.json | 9 |
10 files changed, 64 insertions, 0 deletions
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 --- /dev/null +++ b/io/bin/Debug/net6.0/IO.dll Binary files differdiff --git a/io/bin/Debug/net6.0/IO.exe b/io/bin/Debug/net6.0/IO.exe new file mode 100644 index 0000000..317d8a5 --- /dev/null +++ b/io/bin/Debug/net6.0/IO.exe Binary files differdiff --git a/io/bin/Debug/net6.0/IO.pdb b/io/bin/Debug/net6.0/IO.pdb new file mode 100644 index 0000000..41f99ff --- /dev/null +++ b/io/bin/Debug/net6.0/IO.pdb Binary files differdiff --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 --- /dev/null +++ b/io/bin/Debug/net7.0/IO.dll Binary files differdiff --git a/io/bin/Debug/net7.0/IO.exe b/io/bin/Debug/net7.0/IO.exe new file mode 100644 index 0000000..fc2851a --- /dev/null +++ b/io/bin/Debug/net7.0/IO.exe Binary files differdiff --git a/io/bin/Debug/net7.0/IO.pdb b/io/bin/Debug/net7.0/IO.pdb new file mode 100644 index 0000000..2cd6f0c --- /dev/null +++ b/io/bin/Debug/net7.0/IO.pdb Binary files differdiff --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 |