Skip to content

Commit

Permalink
2FACode app exe
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy authored Apr 23, 2024
1 parent 0ff2508 commit 0660957
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
57 changes: 57 additions & 0 deletions Release/net8.0/Code2FA.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"Code2FA/1.0.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.3",
"Otp.NET": "1.4.0"
},
"runtime": {
"Code2FA.dll": {}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"Otp.NET/1.4.0": {
"runtime": {
"lib/net8.0/Otp.NET.dll": {
"assemblyVersion": "1.4.0.0",
"fileVersion": "1.4.0.0"
}
}
}
}
},
"libraries": {
"Code2FA/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"Otp.NET/1.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Fk1NKc0lWmlo6LAFYpFJInRgFKt72knRNEvxndDYoQHFwYOPXav+WEUBvQA0k4lxq5xt0SymrZ+oi0F/G40bPQ==",
"path": "otp.net/1.4.0",
"hashPath": "otp.net.1.4.0.nupkg.sha512"
}
}
}
Binary file added Release/net8.0/Code2FA.dll
Binary file not shown.
Binary file added Release/net8.0/Code2FA.exe
Binary file not shown.
Binary file added Release/net8.0/Code2FA.pdb
Binary file not shown.
13 changes: 13 additions & 0 deletions Release/net8.0/Code2FA.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
Binary file added Release/net8.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Release/net8.0/Otp.NET.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions Release/net8.0/secrets/secrets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "Social",
"code": "47CMX5QK6BRJR4AFZ5C2NVGUSP67JA5B"
},
{
"name": "Mail",
"code": "B7PZCSD7K4AG4WX7WQEJVIE5FFCZB6MU"
}
]

0 comments on commit 0660957

Please sign in to comment.