mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 16:10:16 -04:00
Moved application code to the Application layer
Imported Win10 project Code cleanup WIP - Use common UWP services for Win8.1 and Win10
This commit is contained in:
24
ModernKeePass10/Backup/project.json
Normal file
24
ModernKeePass10/Backup/project.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"HockeySDK.UWP": "4.1.6",
|
||||
"Microsoft.ApplicationInsights": "2.7.2",
|
||||
"Microsoft.ApplicationInsights.PersistenceChannel": "1.2.3",
|
||||
"Microsoft.ApplicationInsights.WindowsApps": "1.1.1",
|
||||
"Microsoft.NETCore.UniversalWindowsPlatform": "6.1.7",
|
||||
"Microsoft.UI.Xaml": "2.0.180724003-prerelease",
|
||||
"Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.0",
|
||||
"ModernKeePassLib": "2.39.3",
|
||||
"Portable.BouncyCastle": "1.8.3"
|
||||
},
|
||||
"frameworks": {
|
||||
"uap10.0.17134": {}
|
||||
},
|
||||
"runtimes": {
|
||||
"win10-arm": {},
|
||||
"win10-arm-aot": {},
|
||||
"win10-x86": {},
|
||||
"win10-x86-aot": {},
|
||||
"win10-x64": {},
|
||||
"win10-x64-aot": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user