Skip to content

Commit baabe7f

Browse files
authoredJan 5, 2017
Merge pull request #21 from boyvinall/master
bump DTLS.Net version
2 parents b2dc28c + 68e8649 commit baabe7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/Imagination.LWM2M.Common/project.json

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"dependencies": {
1818
"CoAP": "1.1.0",
19-
"DTLS.Net": "1.0.18",
19+
"DTLS.Net": "1.0.21",
2020
"Imagination.Common": "1.0.4-*",
2121
"Imagination.Service.Common": "1.0.0-*",
2222
"Imagination.Model": "1.0.3-*"

‎test/LWM2MTestClient/project.json

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"dependencies": {
88
"CoAP": "1.1.0",
9-
"DTLS.Net": "1.0.18",
9+
"DTLS.Net": "1.0.21",
1010
"Imagination.LWM2M.Common": "1.0.5-*",
1111
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
1212
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",

0 commit comments

Comments
 (0)
Please sign in to comment.