first commit
This commit is contained in:
commit
1530450313
165 changed files with 8443 additions and 0 deletions
BIN
build/AuthApp
Executable file
BIN
build/AuthApp
Executable file
Binary file not shown.
23
build/AuthApp.deps.json
Normal file
23
build/AuthApp.deps.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"AuthApp/1.0.0": {
|
||||
"runtime": {
|
||||
"AuthApp.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"AuthApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
build/AuthApp.dll
Normal file
BIN
build/AuthApp.dll
Normal file
Binary file not shown.
13
build/AuthApp.runtimeconfig.json
Normal file
13
build/AuthApp.runtimeconfig.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue