Commit 87a88ad3 authored by 吴春's avatar 吴春

提交

parent 8503560a
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"NPOI": "2.5.1", "NPOI": "2.5.1",
"Newtonsoft.Json": "12.0.3", "Newtonsoft.Json": "12.0.3",
"RabbitMQ.Client": "5.1.2", "RabbitMQ.Client": "5.1.2",
"Spire.Doc": "8.12.14" "Spire.Doc": "8.12.14",
"System.Security.Cryptography.Cng": "5.0.0"
}, },
"runtime": { "runtime": {
"Edu.Common.dll": {} "Edu.Common.dll": {}
...@@ -677,6 +678,14 @@ ...@@ -677,6 +678,14 @@
"System.Threading": "4.0.11" "System.Threading": "4.0.11"
} }
}, },
"System.Formats.Asn1/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Formats.Asn1.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Globalization/4.0.11": { "System.Globalization/4.0.11": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0", "Microsoft.NETCore.Platforms": "2.0.0",
...@@ -868,10 +877,28 @@ ...@@ -868,10 +877,28 @@
"System.Security.Principal.Windows": "4.5.0" "System.Security.Principal.Windows": "4.5.0"
} }
}, },
"System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Cng/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Cryptography.Pkcs/4.5.0": { "System.Security.Cryptography.Pkcs/4.5.0": {
"dependencies": { "dependencies": {
"System.Security.Cryptography.Cng": "4.5.0" "System.Security.Cryptography.Cng": "5.0.0"
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": { "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
...@@ -1379,6 +1406,13 @@ ...@@ -1379,6 +1406,13 @@
"path": "system.dynamic.runtime/4.0.11", "path": "system.dynamic.runtime/4.0.11",
"hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
}, },
"System.Formats.Asn1/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
"path": "system.formats.asn1/5.0.0",
"hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
},
"System.Globalization/4.0.11": { "System.Globalization/4.0.11": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
...@@ -1540,12 +1574,12 @@ ...@@ -1540,12 +1574,12 @@
"path": "system.security.accesscontrol/4.5.0", "path": "system.security.accesscontrol/4.5.0",
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
}, },
"System.Security.Cryptography.Cng/4.5.0": { "System.Security.Cryptography.Cng/5.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
"path": "system.security.cryptography.cng/4.5.0", "path": "system.security.cryptography.cng/5.0.0",
"hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
}, },
"System.Security.Cryptography.Pkcs/4.5.0": { "System.Security.Cryptography.Pkcs/4.5.0": {
"type": "package", "type": "package",
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"NPOI": "2.5.1", "NPOI": "2.5.1",
"Newtonsoft.Json": "12.0.3", "Newtonsoft.Json": "12.0.3",
"RabbitMQ.Client": "5.1.2", "RabbitMQ.Client": "5.1.2",
"Spire.Doc": "8.12.14" "Spire.Doc": "8.12.14",
"System.Security.Cryptography.Cng": "5.0.0"
}, },
"runtime": { "runtime": {
"Edu.Common.dll": {} "Edu.Common.dll": {}
...@@ -677,6 +678,14 @@ ...@@ -677,6 +678,14 @@
"System.Threading": "4.0.11" "System.Threading": "4.0.11"
} }
}, },
"System.Formats.Asn1/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Formats.Asn1.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Globalization/4.0.11": { "System.Globalization/4.0.11": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0", "Microsoft.NETCore.Platforms": "2.0.0",
...@@ -868,10 +877,28 @@ ...@@ -868,10 +877,28 @@
"System.Security.Principal.Windows": "4.5.0" "System.Security.Principal.Windows": "4.5.0"
} }
}, },
"System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Cng/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Cryptography.Pkcs/4.5.0": { "System.Security.Cryptography.Pkcs/4.5.0": {
"dependencies": { "dependencies": {
"System.Security.Cryptography.Cng": "4.5.0" "System.Security.Cryptography.Cng": "5.0.0"
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": { "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
...@@ -1379,6 +1406,13 @@ ...@@ -1379,6 +1406,13 @@
"path": "system.dynamic.runtime/4.0.11", "path": "system.dynamic.runtime/4.0.11",
"hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
}, },
"System.Formats.Asn1/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
"path": "system.formats.asn1/5.0.0",
"hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
},
"System.Globalization/4.0.11": { "System.Globalization/4.0.11": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
...@@ -1540,12 +1574,12 @@ ...@@ -1540,12 +1574,12 @@
"path": "system.security.accesscontrol/4.5.0", "path": "system.security.accesscontrol/4.5.0",
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
}, },
"System.Security.Cryptography.Cng/4.5.0": { "System.Security.Cryptography.Cng/5.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
"path": "system.security.cryptography.cng/4.5.0", "path": "system.security.cryptography.cng/5.0.0",
"hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
}, },
"System.Security.Cryptography.Pkcs/4.5.0": { "System.Security.Cryptography.Pkcs/4.5.0": {
"type": "package", "type": "package",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment