updated System.Security.Cryptography.Pkcs ver to 7.0.2 (#3200)

* updated System.Security.Cryptography.Pkcs ver to 7.0.2
This commit is contained in:
Adam
2023-06-19 17:36:08 -07:00
committed by GitHub
parent 28e36ef2c9
commit fcd698c492
8 changed files with 49 additions and 25 deletions

View File

@ -44,6 +44,7 @@
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.29.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.SignalRService" Version="1.7.0" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="TaskTupleAwaiter" Version="2.0.3" />
<PackageReference Include="Scriban" Version="5.5.0" />

View File

@ -378,6 +378,15 @@
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Direct",
"requested": "[7.0.2, )",
"resolved": "7.0.2",
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"System.Text.RegularExpressions": {
"type": "Direct",
"requested": "[4.3.1, )",
@ -1988,14 +1997,6 @@
"System.Formats.Asn1": "5.0.0"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",

View File

@ -17,6 +17,7 @@
<PackageReference Include="Microsoft.Identity.Client" Version="4.52.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
@ -29,4 +30,4 @@
</PackageReference>
</ItemGroup>
</Project>
</Project>

View File

@ -70,6 +70,15 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Direct",
"requested": "[7.0.2, )",
"resolved": "7.0.2",
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"System.Text.RegularExpressions": {
"type": "Direct",
"requested": "[4.3.1, )",
@ -421,6 +430,11 @@
"System.Runtime": "4.3.0"
}
},
"System.Formats.Asn1": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg=="
},
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",

View File

@ -8,6 +8,7 @@
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@ -37,6 +37,15 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Direct",
"requested": "[7.0.2, )",
"resolved": "7.0.2",
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
@ -2219,14 +2228,6 @@
"System.Formats.Asn1": "5.0.0"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@ -2611,6 +2612,7 @@
"SmartAnalyzers.CSharpExtensions.Annotations": "[4.2.7, )",
"System.IdentityModel.Tokens.Jwt": "[6.29.0, )",
"System.Linq.Async": "[6.0.1, )",
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
"System.Text.RegularExpressions": "[4.3.1, )",
"TaskTupleAwaiter": "[2.0.3, )"
}
@ -2624,6 +2626,7 @@
"FsCheck.Xunit": "[2.16.4, )",
"Microsoft.NET.Test.Sdk": "[17.6.2, )",
"Moq": "[4.17.2, )",
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
"xunit": "[2.4.1, )"
}
}

View File

@ -9,6 +9,7 @@
<PackageReference Include="FsCheck.Xunit" Version="2.16.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

View File

@ -56,6 +56,15 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Direct",
"requested": "[7.0.2, )",
"resolved": "7.0.2",
"contentHash": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.1, )",
@ -2221,14 +2230,6 @@
"System.Formats.Asn1": "5.0.0"
}
},
"System.Security.Cryptography.Pkcs": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "mjUbEXkR6DYRef6dnEYKdfec9otcAkibExL+1f9hmbGlWIUyaCnS3Y3oGZEet38waXmuY1ORE8vgv4sgD5nMYg==",
"dependencies": {
"System.Formats.Asn1": "7.0.0"
}
},
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@ -2613,6 +2614,7 @@
"SmartAnalyzers.CSharpExtensions.Annotations": "[4.2.7, )",
"System.IdentityModel.Tokens.Jwt": "[6.29.0, )",
"System.Linq.Async": "[6.0.1, )",
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
"System.Text.RegularExpressions": "[4.3.1, )",
"TaskTupleAwaiter": "[2.0.3, )"
}