Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
87a88ad3
Commit
87a88ad3
authored
May 12, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
8503560a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
14 deletions
+82
-14
Edu.Common.deps.json
Edu.Common/bin/Debug/netcoreapp3.0/Edu.Common.deps.json
+41
-7
Edu.Common.deps.json
Edu.Common/bin/Release/netcoreapp3.0/Edu.Common.deps.json
+41
-7
No files found.
Edu.Common/bin/Debug/netcoreapp3.0/Edu.Common.deps.json
View file @
87a88ad3
...
...
@@ -15,7 +15,8 @@
"NPOI"
:
"2.5.1"
,
"Newtonsoft.Json"
:
"12.0.3"
,
"RabbitMQ.Client"
:
"5.1.2"
,
"Spire.Doc"
:
"8.12.14"
"Spire.Doc"
:
"8.12.14"
,
"System.Security.Cryptography.Cng"
:
"5.0.0"
},
"runtime"
:
{
"Edu.Common.dll"
:
{}
...
...
@@ -677,6 +678,14 @@
"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"
:
{
"dependencies"
:
{
"Microsoft.NETCore.Platforms"
:
"2.0.0"
,
...
...
@@ -868,10 +877,28 @@
"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"
:
{
"dependencies"
:
{
"System.Security.Cryptography.Cng"
:
"
4.5
.0"
"System.Security.Cryptography.Cng"
:
"
5.0
.0"
},
"runtime"
:
{
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll"
:
{
...
...
@@ -1379,6 +1406,13 @@
"path"
:
"system.dynamic.runtime/4.0.11"
,
"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"
:
{
"type"
:
"package"
,
"serviceable"
:
true
,
...
...
@@ -1540,12 +1574,12 @@
"path"
:
"system.security.accesscontrol/4.5.0"
,
"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"
,
"serviceable"
:
true
,
"sha512"
:
"sha512-
WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A
=="
,
"path"
:
"system.security.cryptography.cng/
4.5
.0"
,
"hashPath"
:
"system.security.cryptography.cng.
4.5
.0.nupkg.sha512"
"sha512"
:
"sha512-
jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg
=="
,
"path"
:
"system.security.cryptography.cng/
5.0
.0"
,
"hashPath"
:
"system.security.cryptography.cng.
5.0
.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/4.5.0"
:
{
"type"
:
"package"
,
...
...
Edu.Common/bin/Release/netcoreapp3.0/Edu.Common.deps.json
View file @
87a88ad3
...
...
@@ -15,7 +15,8 @@
"NPOI"
:
"2.5.1"
,
"Newtonsoft.Json"
:
"12.0.3"
,
"RabbitMQ.Client"
:
"5.1.2"
,
"Spire.Doc"
:
"8.12.14"
"Spire.Doc"
:
"8.12.14"
,
"System.Security.Cryptography.Cng"
:
"5.0.0"
},
"runtime"
:
{
"Edu.Common.dll"
:
{}
...
...
@@ -677,6 +678,14 @@
"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"
:
{
"dependencies"
:
{
"Microsoft.NETCore.Platforms"
:
"2.0.0"
,
...
...
@@ -868,10 +877,28 @@
"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"
:
{
"dependencies"
:
{
"System.Security.Cryptography.Cng"
:
"
4.5
.0"
"System.Security.Cryptography.Cng"
:
"
5.0
.0"
},
"runtime"
:
{
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll"
:
{
...
...
@@ -1379,6 +1406,13 @@
"path"
:
"system.dynamic.runtime/4.0.11"
,
"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"
:
{
"type"
:
"package"
,
"serviceable"
:
true
,
...
...
@@ -1540,12 +1574,12 @@
"path"
:
"system.security.accesscontrol/4.5.0"
,
"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"
,
"serviceable"
:
true
,
"sha512"
:
"sha512-
WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A
=="
,
"path"
:
"system.security.cryptography.cng/
4.5
.0"
,
"hashPath"
:
"system.security.cryptography.cng.
4.5
.0.nupkg.sha512"
"sha512"
:
"sha512-
jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg
=="
,
"path"
:
"system.security.cryptography.cng/
5.0
.0"
,
"hashPath"
:
"system.security.cryptography.cng.
5.0
.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/4.5.0"
:
{
"type"
:
"package"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment