|
@@ -28,6 +28,20 @@
|
|
|
"lib/net462/Microsoft.Identity.Client.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "System.IO.FileSystem.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
|
|
|
+ },
|
|
|
+ "compile": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
|
"type": "package",
|
|
|
"compile": {
|
|
@@ -89,6 +103,28 @@
|
|
|
"lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.IO.FileSystem.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtimeTargets": {
|
|
|
+ "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll": {
|
|
|
+ "assetType": "runtime",
|
|
|
+ "rid": "win"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"System.Memory/4.5.4": {
|
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
@@ -132,11 +168,71 @@
|
|
|
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.Security.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtimeTargets": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.AccessControl.dll": {
|
|
|
+ "assetType": "runtime",
|
|
|
+ "rid": "win"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System.Security",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ },
|
|
|
+ "runtimeTargets": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll": {
|
|
|
+ "assetType": "runtime",
|
|
|
+ "rid": "win"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Principal.Windows/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ },
|
|
|
+ "runtimeTargets": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.dll": {
|
|
|
+ "assetType": "runtime",
|
|
|
+ "rid": "win"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"AipGateway.AIP/1.0.0": {
|
|
|
"type": "project",
|
|
|
"framework": ".NETFramework,Version=v4.8",
|
|
|
"dependencies": {
|
|
|
"Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
|
|
|
"Microsoft.InformationProtection.File": "1.14.128"
|
|
|
},
|
|
|
"compile": {
|
|
@@ -174,6 +270,20 @@
|
|
|
"lib/net462/Microsoft.Identity.Client.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "System.IO.FileSystem.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
|
|
|
+ },
|
|
|
+ "compile": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
|
"type": "package",
|
|
|
"compile": {
|
|
@@ -235,6 +345,22 @@
|
|
|
"lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.IO.FileSystem.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"System.Memory/4.5.4": {
|
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
@@ -278,11 +404,53 @@
|
|
|
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.Security.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System.Security",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Principal.Windows/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"AipGateway.AIP/1.0.0": {
|
|
|
"type": "project",
|
|
|
"framework": ".NETFramework,Version=v4.8",
|
|
|
"dependencies": {
|
|
|
"Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
|
|
|
"Microsoft.InformationProtection.File": "1.14.128"
|
|
|
},
|
|
|
"compile": {
|
|
@@ -320,6 +488,20 @@
|
|
|
"lib/net462/Microsoft.Identity.Client.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "System.IO.FileSystem.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
|
|
|
+ },
|
|
|
+ "compile": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
|
"type": "package",
|
|
|
"compile": {
|
|
@@ -381,6 +563,22 @@
|
|
|
"lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.IO.FileSystem.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"System.Memory/4.5.4": {
|
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
@@ -424,11 +622,53 @@
|
|
|
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.Security.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System.Security",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Principal.Windows/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"AipGateway.AIP/1.0.0": {
|
|
|
"type": "project",
|
|
|
"framework": ".NETFramework,Version=v4.8",
|
|
|
"dependencies": {
|
|
|
"Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
|
|
|
"Microsoft.InformationProtection.File": "1.14.128"
|
|
|
},
|
|
|
"compile": {
|
|
@@ -466,6 +706,20 @@
|
|
|
"lib/net462/Microsoft.Identity.Client.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "System.IO.FileSystem.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
|
|
|
+ },
|
|
|
+ "compile": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
|
"type": "package",
|
|
|
"compile": {
|
|
@@ -527,6 +781,22 @@
|
|
|
"lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.IO.FileSystem.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.AccessControl": "5.0.0",
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"System.Memory/4.5.4": {
|
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
@@ -570,11 +840,53 @@
|
|
|
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
|
|
|
}
|
|
|
},
|
|
|
+ "System.Security.AccessControl/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "dependencies": {
|
|
|
+ "System.Security.Principal.Windows": "5.0.0"
|
|
|
+ },
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.AccessControl.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.AccessControl.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System.Security",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Security.Principal.Windows/5.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "frameworkAssemblies": [
|
|
|
+ "System",
|
|
|
+ "mscorlib"
|
|
|
+ ],
|
|
|
+ "compile": {
|
|
|
+ "ref/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net461/System.Security.Principal.Windows.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
"AipGateway.AIP/1.0.0": {
|
|
|
"type": "project",
|
|
|
"framework": ".NETFramework,Version=v4.8",
|
|
|
"dependencies": {
|
|
|
"Microsoft.Identity.Client": "4.60.3",
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
|
|
|
"Microsoft.InformationProtection.File": "1.14.128"
|
|
|
},
|
|
|
"compile": {
|
|
@@ -618,6 +930,21 @@
|
|
|
"microsoft.identity.client.nuspec"
|
|
|
]
|
|
|
},
|
|
|
+ "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
|
|
|
+ "sha512": "X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==",
|
|
|
+ "type": "package",
|
|
|
+ "path": "microsoft.identity.client.extensions.msal/4.60.3",
|
|
|
+ "files": [
|
|
|
+ ".nupkg.metadata",
|
|
|
+ ".signature.p7s",
|
|
|
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
|
|
|
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
|
|
|
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
|
|
|
+ "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512",
|
|
|
+ "microsoft.identity.client.extensions.msal.nuspec"
|
|
|
+ ]
|
|
|
+ },
|
|
|
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
|
"sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
|
|
|
"type": "package",
|
|
@@ -1003,6 +1330,50 @@
|
|
|
"useSharedDesignerContext.txt"
|
|
|
]
|
|
|
},
|
|
|
+ "System.IO.FileSystem.AccessControl/5.0.0": {
|
|
|
+ "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
|
|
|
+ "type": "package",
|
|
|
+ "path": "system.io.filesystem.accesscontrol/5.0.0",
|
|
|
+ "files": [
|
|
|
+ ".nupkg.metadata",
|
|
|
+ ".signature.p7s",
|
|
|
+ "Icon.png",
|
|
|
+ "LICENSE.TXT",
|
|
|
+ "THIRD-PARTY-NOTICES.TXT",
|
|
|
+ "lib/net46/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "lib/net461/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "lib/net461/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/net46/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "ref/net461/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
|
|
|
+ "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512",
|
|
|
+ "system.io.filesystem.accesscontrol.nuspec",
|
|
|
+ "useSharedDesignerContext.txt",
|
|
|
+ "version.txt"
|
|
|
+ ]
|
|
|
+ },
|
|
|
"System.Memory/4.5.4": {
|
|
|
"sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
|
|
|
"type": "package",
|
|
@@ -1098,6 +1469,149 @@
|
|
|
"useSharedDesignerContext.txt"
|
|
|
]
|
|
|
},
|
|
|
+ "System.Security.AccessControl/5.0.0": {
|
|
|
+ "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
|
|
|
+ "type": "package",
|
|
|
+ "path": "system.security.accesscontrol/5.0.0",
|
|
|
+ "files": [
|
|
|
+ ".nupkg.metadata",
|
|
|
+ ".signature.p7s",
|
|
|
+ "Icon.png",
|
|
|
+ "LICENSE.TXT",
|
|
|
+ "THIRD-PARTY-NOTICES.TXT",
|
|
|
+ "lib/net46/System.Security.AccessControl.dll",
|
|
|
+ "lib/net461/System.Security.AccessControl.dll",
|
|
|
+ "lib/net461/System.Security.AccessControl.xml",
|
|
|
+ "lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
|
+ "lib/netstandard2.0/System.Security.AccessControl.dll",
|
|
|
+ "lib/netstandard2.0/System.Security.AccessControl.xml",
|
|
|
+ "lib/uap10.0.16299/_._",
|
|
|
+ "ref/net46/System.Security.AccessControl.dll",
|
|
|
+ "ref/net461/System.Security.AccessControl.dll",
|
|
|
+ "ref/net461/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/System.Security.AccessControl.dll",
|
|
|
+ "ref/netstandard1.3/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/de/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/es/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/it/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
|
|
|
+ "ref/netstandard2.0/System.Security.AccessControl.dll",
|
|
|
+ "ref/netstandard2.0/System.Security.AccessControl.xml",
|
|
|
+ "ref/uap10.0.16299/_._",
|
|
|
+ "runtimes/win/lib/net46/System.Security.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/net461/System.Security.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/net461/System.Security.AccessControl.xml",
|
|
|
+ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
|
|
|
+ "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
|
+ "runtimes/win/lib/uap10.0.16299/_._",
|
|
|
+ "system.security.accesscontrol.5.0.0.nupkg.sha512",
|
|
|
+ "system.security.accesscontrol.nuspec",
|
|
|
+ "useSharedDesignerContext.txt",
|
|
|
+ "version.txt"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
|
|
|
+ "sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
|
|
|
+ "type": "package",
|
|
|
+ "path": "system.security.cryptography.protecteddata/4.5.0",
|
|
|
+ "files": [
|
|
|
+ ".nupkg.metadata",
|
|
|
+ ".signature.p7s",
|
|
|
+ "LICENSE.TXT",
|
|
|
+ "THIRD-PARTY-NOTICES.TXT",
|
|
|
+ "lib/MonoAndroid10/_._",
|
|
|
+ "lib/MonoTouch10/_._",
|
|
|
+ "lib/net46/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "lib/net461/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "lib/xamarinios10/_._",
|
|
|
+ "lib/xamarinmac20/_._",
|
|
|
+ "lib/xamarintvos10/_._",
|
|
|
+ "lib/xamarinwatchos10/_._",
|
|
|
+ "ref/MonoAndroid10/_._",
|
|
|
+ "ref/MonoTouch10/_._",
|
|
|
+ "ref/net46/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "ref/net461/System.Security.Cryptography.ProtectedData.xml",
|
|
|
+ "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
|
|
|
+ "ref/xamarinios10/_._",
|
|
|
+ "ref/xamarinmac20/_._",
|
|
|
+ "ref/xamarintvos10/_._",
|
|
|
+ "ref/xamarinwatchos10/_._",
|
|
|
+ "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
|
|
|
+ "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
|
|
|
+ "system.security.cryptography.protecteddata.nuspec",
|
|
|
+ "useSharedDesignerContext.txt",
|
|
|
+ "version.txt"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "System.Security.Principal.Windows/5.0.0": {
|
|
|
+ "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
|
|
+ "type": "package",
|
|
|
+ "path": "system.security.principal.windows/5.0.0",
|
|
|
+ "files": [
|
|
|
+ ".nupkg.metadata",
|
|
|
+ ".signature.p7s",
|
|
|
+ "Icon.png",
|
|
|
+ "LICENSE.TXT",
|
|
|
+ "THIRD-PARTY-NOTICES.TXT",
|
|
|
+ "lib/net46/System.Security.Principal.Windows.dll",
|
|
|
+ "lib/net461/System.Security.Principal.Windows.dll",
|
|
|
+ "lib/net461/System.Security.Principal.Windows.xml",
|
|
|
+ "lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
|
+ "lib/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
|
+ "lib/netstandard2.0/System.Security.Principal.Windows.xml",
|
|
|
+ "lib/uap10.0.16299/_._",
|
|
|
+ "ref/net46/System.Security.Principal.Windows.dll",
|
|
|
+ "ref/net461/System.Security.Principal.Windows.dll",
|
|
|
+ "ref/net461/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
|
|
|
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
|
+ "ref/netstandard1.3/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
|
+ "ref/netstandard2.0/System.Security.Principal.Windows.xml",
|
|
|
+ "ref/uap10.0.16299/_._",
|
|
|
+ "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
|
|
|
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
|
|
|
+ "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
|
|
|
+ "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
|
|
|
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
|
|
|
+ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
|
+ "runtimes/win/lib/uap10.0.16299/_._",
|
|
|
+ "system.security.principal.windows.5.0.0.nupkg.sha512",
|
|
|
+ "system.security.principal.windows.nuspec",
|
|
|
+ "useSharedDesignerContext.txt",
|
|
|
+ "version.txt"
|
|
|
+ ]
|
|
|
+ },
|
|
|
"AipGateway.AIP/1.0.0": {
|
|
|
"type": "project",
|
|
|
"path": "../AipGateway.AIP/AipGateway.AIP.csproj",
|