initial commit
This commit is contained in:
BIN
MyApp/bin/Debug/net9.0/MyApp
Executable file
BIN
MyApp/bin/Debug/net9.0/MyApp
Executable file
Binary file not shown.
23
MyApp/bin/Debug/net9.0/MyApp.deps.json
Normal file
23
MyApp/bin/Debug/net9.0/MyApp.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v9.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v9.0": {
|
||||
"MyApp/1.0.0": {
|
||||
"runtime": {
|
||||
"MyApp.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"MyApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
MyApp/bin/Debug/net9.0/MyApp.dll
Normal file
BIN
MyApp/bin/Debug/net9.0/MyApp.dll
Normal file
Binary file not shown.
BIN
MyApp/bin/Debug/net9.0/MyApp.pdb
Normal file
BIN
MyApp/bin/Debug/net9.0/MyApp.pdb
Normal file
Binary file not shown.
12
MyApp/bin/Debug/net9.0/MyApp.runtimeconfig.json
Normal file
12
MyApp/bin/Debug/net9.0/MyApp.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
23
MyApp/bin/Debug/netcoreapp2.2/MyApp.deps.json
Normal file
23
MyApp/bin/Debug/netcoreapp2.2/MyApp.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v2.2",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v2.2": {
|
||||
"MyApp/1.0.0": {
|
||||
"runtime": {
|
||||
"MyApp.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"MyApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
MyApp/bin/Debug/netcoreapp2.2/MyApp.dll
Normal file
BIN
MyApp/bin/Debug/netcoreapp2.2/MyApp.dll
Normal file
Binary file not shown.
BIN
MyApp/bin/Debug/netcoreapp2.2/MyApp.pdb
Normal file
BIN
MyApp/bin/Debug/netcoreapp2.2/MyApp.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"/Users/aj/.dotnet/store/|arch|/|tfm|",
|
||||
"/Users/aj/.nuget/packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
9
MyApp/bin/Debug/netcoreapp2.2/MyApp.runtimeconfig.json
Normal file
9
MyApp/bin/Debug/netcoreapp2.2/MyApp.runtimeconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.2",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user