Skip to content

Commit ffbc9d3

Browse files
committed
add net5.0 support
1 parent ff445b9 commit ffbc9d3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

recommendation/org.bouncycastle.crypto.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
"ARM64"
2929
]
3030
},
31+
{
32+
"Name": "net5.0",
33+
"TargetCPU": [
34+
"x86",
35+
"x64",
36+
"ARM32",
37+
"ARM64"
38+
]
39+
},
3140
{
3241
"Name": "net6.0",
3342
"TargetCPU": [

recommendation/org.bouncycastle.security.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
"ARM64"
2929
]
3030
},
31+
{
32+
"Name": "net5.0",
33+
"TargetCPU": [
34+
"x86",
35+
"x64",
36+
"ARM32",
37+
"ARM64"
38+
]
39+
},
3140
{
3241
"Name": "net6.0",
3342
"TargetCPU": [

0 commit comments

Comments
 (0)