Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit fcd698c

Browse files
updated System.Security.Cryptography.Pkcs ver to 7.0.2 (#3200)
* updated System.Security.Cryptography.Pkcs ver to 7.0.2
1 parent 28e36ef commit fcd698c

File tree

8 files changed

+49
-25
lines changed

8 files changed

+49
-25
lines changed

src/ApiService/ApiService/ApiService.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.29.0" />
4545
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
4646
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.SignalRService" Version="1.7.0" />
47+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
4748
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
4849
<PackageReference Include="TaskTupleAwaiter" Version="2.0.3" />
4950
<PackageReference Include="Scriban" Version="5.5.0" />

src/ApiService/ApiService/packages.lock.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,15 @@
378378
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
379379
}
380380
},
381+
"System.Security.Cryptography.Pkcs": {
382+
"type": "Direct",
383+
"requested": "[7.0.2, )",
384+
"resolved": "7.0.2",
385+
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
386+
"dependencies": {
387+
"System.Formats.Asn1": "7.0.0"
388+
}
389+
},
381390
"System.Text.RegularExpressions": {
382391
"type": "Direct",
383392
"requested": "[4.3.1, )",
@@ -1988,14 +1997,6 @@
19881997
"System.Formats.Asn1": "5.0.0"
19891998
}
19901999
},
1991-
"System.Security.Cryptography.Pkcs": {
1992-
"type": "Transitive",
1993-
"resolved": "7.0.0",
1994-
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
1995-
"dependencies": {
1996-
"System.Formats.Asn1": "7.0.0"
1997-
}
1998-
},
19992000
"System.Security.Cryptography.Primitives": {
20002001
"type": "Transitive",
20012002
"resolved": "4.3.0",

src/ApiService/FunctionalTests/FunctionalTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageReference Include="Microsoft.Identity.Client" Version="4.52.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
1919
<PackageReference Include="System.Net.Http" Version="4.3.4" />
20+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
2021
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2122
<PackageReference Include="xunit" Version="2.4.2" />
2223
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
@@ -29,4 +30,4 @@
2930
</PackageReference>
3031
</ItemGroup>
3132

32-
</Project>
33+
</Project>

src/ApiService/FunctionalTests/packages.lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
7171
}
7272
},
73+
"System.Security.Cryptography.Pkcs": {
74+
"type": "Direct",
75+
"requested": "[7.0.2, )",
76+
"resolved": "7.0.2",
77+
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
78+
"dependencies": {
79+
"System.Formats.Asn1": "7.0.0"
80+
}
81+
},
7382
"System.Text.RegularExpressions": {
7483
"type": "Direct",
7584
"requested": "[4.3.1, )",
@@ -421,6 +430,11 @@
421430
"System.Runtime": "4.3.0"
422431
}
423432
},
433+
"System.Formats.Asn1": {
434+
"type": "Transitive",
435+
"resolved": "7.0.0",
436+
"contentHash": "+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg=="
437+
},
424438
"System.Globalization": {
425439
"type": "Transitive",
426440
"resolved": "4.3.0",

src/ApiService/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageReference Include="FluentAssertions" Version="6.11.0" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
1010
<PackageReference Include="Moq" Version="4.17.2" />
11+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
1112
<PackageReference Include="xunit" Version="2.4.2" />
1213
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1314
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/ApiService/IntegrationTests/packages.lock.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
"System.Threading.Tasks.Extensions": "4.5.4"
3838
}
3939
},
40+
"System.Security.Cryptography.Pkcs": {
41+
"type": "Direct",
42+
"requested": "[7.0.2, )",
43+
"resolved": "7.0.2",
44+
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
45+
"dependencies": {
46+
"System.Formats.Asn1": "7.0.0"
47+
}
48+
},
4049
"xunit": {
4150
"type": "Direct",
4251
"requested": "[2.4.2, )",
@@ -2219,14 +2228,6 @@
22192228
"System.Formats.Asn1": "5.0.0"
22202229
}
22212230
},
2222-
"System.Security.Cryptography.Pkcs": {
2223-
"type": "Transitive",
2224-
"resolved": "7.0.0",
2225-
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
2226-
"dependencies": {
2227-
"System.Formats.Asn1": "7.0.0"
2228-
}
2229-
},
22302231
"System.Security.Cryptography.Primitives": {
22312232
"type": "Transitive",
22322233
"resolved": "4.3.0",
@@ -2611,6 +2612,7 @@
26112612
"SmartAnalyzers.CSharpExtensions.Annotations": "[4.2.7, )",
26122613
"System.IdentityModel.Tokens.Jwt": "[6.29.0, )",
26132614
"System.Linq.Async": "[6.0.1, )",
2615+
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
26142616
"System.Text.RegularExpressions": "[4.3.1, )",
26152617
"TaskTupleAwaiter": "[2.0.3, )"
26162618
}
@@ -2624,6 +2626,7 @@
26242626
"FsCheck.Xunit": "[2.16.4, )",
26252627
"Microsoft.NET.Test.Sdk": "[17.6.2, )",
26262628
"Moq": "[4.17.2, )",
2629+
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
26272630
"xunit": "[2.4.1, )"
26282631
}
26292632
}

src/ApiService/Tests/Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="FsCheck.Xunit" Version="2.16.4" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
1111
<PackageReference Include="Moq" Version="4.17.2" />
12+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
1213
<PackageReference Include="xunit" Version="2.4.1" />
1314
<PackageReference Include="FluentAssertions" Version="6.11.0" />
1415
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

src/ApiService/Tests/packages.lock.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
"System.Threading.Tasks.Extensions": "4.5.4"
5757
}
5858
},
59+
"System.Security.Cryptography.Pkcs": {
60+
"type": "Direct",
61+
"requested": "[7.0.2, )",
62+
"resolved": "7.0.2",
63+
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
64+
"dependencies": {
65+
"System.Formats.Asn1": "7.0.0"
66+
}
67+
},
5968
"xunit": {
6069
"type": "Direct",
6170
"requested": "[2.4.1, )",
@@ -2221,14 +2230,6 @@
22212230
"System.Formats.Asn1": "5.0.0"
22222231
}
22232232
},
2224-
"System.Security.Cryptography.Pkcs": {
2225-
"type": "Transitive",
2226-
"resolved": "7.0.0",
2227-
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
2228-
"dependencies": {
2229-
"System.Formats.Asn1": "7.0.0"
2230-
}
2231-
},
22322233
"System.Security.Cryptography.Primitives": {
22332234
"type": "Transitive",
22342235
"resolved": "4.3.0",
@@ -2613,6 +2614,7 @@
26132614
"SmartAnalyzers.CSharpExtensions.Annotations": "[4.2.7, )",
26142615
"System.IdentityModel.Tokens.Jwt": "[6.29.0, )",
26152616
"System.Linq.Async": "[6.0.1, )",
2617+
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
26162618
"System.Text.RegularExpressions": "[4.3.1, )",
26172619
"TaskTupleAwaiter": "[2.0.3, )"
26182620
}

0 commit comments

Comments
 (0)