Skip to content

Commit 940a12f

Browse files
[LogicApps] Revert RuntimeCaching version and disable OutOfProc tests (#643)
* Revert System.Runtime.Caching to 4.7.0 * Remove out of proc support
1 parent bd18ecf commit 940a12f

File tree

11 files changed

+130
-126
lines changed

11 files changed

+130
-126
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1010
<PackageVersion Include="morelinq" Version="3.3.2" />
1111
<PackageVersion Include="System.Drawing.Common" Version="5.0.3" />
12-
<PackageVersion Include="System.Runtime.Caching" Version="5.0.0" />
12+
<PackageVersion Include="System.Runtime.Caching" Version="4.7.0" />
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1414
<PackageVersion Include="Moq" Version="4.18.2" />
1515
<PackageVersion Include="xunit" Version="2.4.2" />

Worker.Extensions.Sql/src/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
},
262262
"System.Runtime.Caching": {
263263
"type": "CentralTransitive",
264-
"requested": "[5.0.0, )",
264+
"requested": "[4.7.0, )",
265265
"resolved": "4.7.0",
266266
"contentHash": "NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
267267
"dependencies": {

performance/packages.lock.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@
677677
},
678678
"Microsoft.NETCore.Platforms": {
679679
"type": "Transitive",
680-
"resolved": "5.0.0",
681-
"contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ=="
680+
"resolved": "3.1.0",
681+
"contentHash": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w=="
682682
},
683683
"Microsoft.NETCore.Targets": {
684684
"type": "Transitive",
@@ -724,10 +724,10 @@
724724
},
725725
"Microsoft.Win32.SystemEvents": {
726726
"type": "Transitive",
727-
"resolved": "5.0.0",
728-
"contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
727+
"resolved": "4.7.0",
728+
"contentHash": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
729729
"dependencies": {
730-
"Microsoft.NETCore.Platforms": "5.0.0"
730+
"Microsoft.NETCore.Platforms": "3.1.0"
731731
}
732732
},
733733
"ncrontab.signed": {
@@ -980,11 +980,11 @@
980980
},
981981
"System.Configuration.ConfigurationManager": {
982982
"type": "Transitive",
983-
"resolved": "5.0.0",
984-
"contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
983+
"resolved": "4.7.0",
984+
"contentHash": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
985985
"dependencies": {
986-
"System.Security.Cryptography.ProtectedData": "5.0.0",
987-
"System.Security.Permissions": "5.0.0"
986+
"System.Security.Cryptography.ProtectedData": "4.7.0",
987+
"System.Security.Permissions": "4.7.0"
988988
}
989989
},
990990
"System.Console": {
@@ -1493,11 +1493,11 @@
14931493
},
14941494
"System.Security.AccessControl": {
14951495
"type": "Transitive",
1496-
"resolved": "5.0.0",
1497-
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
1496+
"resolved": "4.7.0",
1497+
"contentHash": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
14981498
"dependencies": {
1499-
"Microsoft.NETCore.Platforms": "5.0.0",
1500-
"System.Security.Principal.Windows": "5.0.0"
1499+
"Microsoft.NETCore.Platforms": "3.1.0",
1500+
"System.Security.Principal.Windows": "4.7.0"
15011501
}
15021502
},
15031503
"System.Security.Cryptography.Algorithms": {
@@ -1601,8 +1601,8 @@
16011601
},
16021602
"System.Security.Cryptography.ProtectedData": {
16031603
"type": "Transitive",
1604-
"resolved": "5.0.0",
1605-
"contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA=="
1604+
"resolved": "4.7.0",
1605+
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
16061606
},
16071607
"System.Security.Cryptography.X509Certificates": {
16081608
"type": "Transitive",
@@ -1638,17 +1638,17 @@
16381638
},
16391639
"System.Security.Permissions": {
16401640
"type": "Transitive",
1641-
"resolved": "5.0.0",
1642-
"contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
1641+
"resolved": "4.7.0",
1642+
"contentHash": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
16431643
"dependencies": {
1644-
"System.Security.AccessControl": "5.0.0",
1645-
"System.Windows.Extensions": "5.0.0"
1644+
"System.Security.AccessControl": "4.7.0",
1645+
"System.Windows.Extensions": "4.7.0"
16461646
}
16471647
},
16481648
"System.Security.Principal.Windows": {
16491649
"type": "Transitive",
1650-
"resolved": "5.0.0",
1651-
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
1650+
"resolved": "4.7.0",
1651+
"contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ=="
16521652
},
16531653
"System.Text.Encoding": {
16541654
"type": "Transitive",
@@ -1738,10 +1738,10 @@
17381738
},
17391739
"System.Windows.Extensions": {
17401740
"type": "Transitive",
1741-
"resolved": "5.0.0",
1742-
"contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
1741+
"resolved": "4.7.0",
1742+
"contentHash": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
17431743
"dependencies": {
1744-
"System.Drawing.Common": "5.0.0"
1744+
"System.Drawing.Common": "4.7.0"
17451745
}
17461746
},
17471747
"System.Xml.ReaderWriter": {
@@ -1847,7 +1847,7 @@
18471847
"Microsoft.Azure.WebJobs": "[3.0.33, )",
18481848
"Microsoft.Data.SqlClient": "[3.1.1, )",
18491849
"Newtonsoft.Json": "[11.0.2, )",
1850-
"System.Runtime.Caching": "[5.0.0, )",
1850+
"System.Runtime.Caching": "[4.7.0, )",
18511851
"morelinq": "[3.3.2, )"
18521852
}
18531853
},
@@ -2026,19 +2026,20 @@
20262026
"System.Drawing.Common": {
20272027
"type": "CentralTransitive",
20282028
"requested": "[5.0.3, )",
2029-
"resolved": "5.0.0",
2030-
"contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
2029+
"resolved": "4.7.0",
2030+
"contentHash": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
20312031
"dependencies": {
2032-
"Microsoft.Win32.SystemEvents": "5.0.0"
2032+
"Microsoft.NETCore.Platforms": "3.1.0",
2033+
"Microsoft.Win32.SystemEvents": "4.7.0"
20332034
}
20342035
},
20352036
"System.Runtime.Caching": {
20362037
"type": "CentralTransitive",
2037-
"requested": "[5.0.0, )",
2038-
"resolved": "5.0.0",
2039-
"contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
2038+
"requested": "[4.7.0, )",
2039+
"resolved": "4.7.0",
2040+
"contentHash": "NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
20402041
"dependencies": {
2041-
"System.Configuration.ConfigurationManager": "5.0.0"
2042+
"System.Configuration.ConfigurationManager": "4.7.0"
20422043
}
20432044
},
20442045
"xunit": {

samples/samples-csharp/packages.lock.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@
628628
},
629629
"Microsoft.NETCore.Platforms": {
630630
"type": "Transitive",
631-
"resolved": "5.0.0",
632-
"contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ=="
631+
"resolved": "3.1.0",
632+
"contentHash": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w=="
633633
},
634634
"Microsoft.NETCore.Targets": {
635635
"type": "Transitive",
@@ -657,10 +657,10 @@
657657
},
658658
"Microsoft.Win32.SystemEvents": {
659659
"type": "Transitive",
660-
"resolved": "5.0.0",
661-
"contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
660+
"resolved": "4.7.0",
661+
"contentHash": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
662662
"dependencies": {
663-
"Microsoft.NETCore.Platforms": "5.0.0"
663+
"Microsoft.NETCore.Platforms": "3.1.0"
664664
}
665665
},
666666
"ncrontab.signed": {
@@ -890,11 +890,11 @@
890890
},
891891
"System.Configuration.ConfigurationManager": {
892892
"type": "Transitive",
893-
"resolved": "5.0.0",
894-
"contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
893+
"resolved": "4.7.0",
894+
"contentHash": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
895895
"dependencies": {
896-
"System.Security.Cryptography.ProtectedData": "5.0.0",
897-
"System.Security.Permissions": "5.0.0"
896+
"System.Security.Cryptography.ProtectedData": "4.7.0",
897+
"System.Security.Permissions": "4.7.0"
898898
}
899899
},
900900
"System.Console": {
@@ -1398,11 +1398,11 @@
13981398
},
13991399
"System.Security.AccessControl": {
14001400
"type": "Transitive",
1401-
"resolved": "5.0.0",
1402-
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
1401+
"resolved": "4.7.0",
1402+
"contentHash": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
14031403
"dependencies": {
1404-
"Microsoft.NETCore.Platforms": "5.0.0",
1405-
"System.Security.Principal.Windows": "5.0.0"
1404+
"Microsoft.NETCore.Platforms": "3.1.0",
1405+
"System.Security.Principal.Windows": "4.7.0"
14061406
}
14071407
},
14081408
"System.Security.Cryptography.Algorithms": {
@@ -1506,8 +1506,8 @@
15061506
},
15071507
"System.Security.Cryptography.ProtectedData": {
15081508
"type": "Transitive",
1509-
"resolved": "5.0.0",
1510-
"contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA=="
1509+
"resolved": "4.7.0",
1510+
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
15111511
},
15121512
"System.Security.Cryptography.X509Certificates": {
15131513
"type": "Transitive",
@@ -1543,17 +1543,17 @@
15431543
},
15441544
"System.Security.Permissions": {
15451545
"type": "Transitive",
1546-
"resolved": "5.0.0",
1547-
"contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
1546+
"resolved": "4.7.0",
1547+
"contentHash": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
15481548
"dependencies": {
1549-
"System.Security.AccessControl": "5.0.0",
1550-
"System.Windows.Extensions": "5.0.0"
1549+
"System.Security.AccessControl": "4.7.0",
1550+
"System.Windows.Extensions": "4.7.0"
15511551
}
15521552
},
15531553
"System.Security.Principal.Windows": {
15541554
"type": "Transitive",
1555-
"resolved": "5.0.0",
1556-
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
1555+
"resolved": "4.7.0",
1556+
"contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ=="
15571557
},
15581558
"System.Text.Encoding": {
15591559
"type": "Transitive",
@@ -1643,10 +1643,10 @@
16431643
},
16441644
"System.Windows.Extensions": {
16451645
"type": "Transitive",
1646-
"resolved": "5.0.0",
1647-
"contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
1646+
"resolved": "4.7.0",
1647+
"contentHash": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
16481648
"dependencies": {
1649-
"System.Drawing.Common": "5.0.0"
1649+
"System.Drawing.Common": "4.7.0"
16501650
}
16511651
},
16521652
"System.Xml.ReaderWriter": {
@@ -1707,7 +1707,7 @@
17071707
"Microsoft.Azure.WebJobs": "[3.0.33, )",
17081708
"Microsoft.Data.SqlClient": "[3.1.1, )",
17091709
"Newtonsoft.Json": "[11.0.2, )",
1710-
"System.Runtime.Caching": "[5.0.0, )",
1710+
"System.Runtime.Caching": "[4.7.0, )",
17111711
"morelinq": "[3.3.2, )"
17121712
}
17131713
},
@@ -1800,19 +1800,20 @@
18001800
"System.Drawing.Common": {
18011801
"type": "CentralTransitive",
18021802
"requested": "[5.0.3, )",
1803-
"resolved": "5.0.0",
1804-
"contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
1803+
"resolved": "4.7.0",
1804+
"contentHash": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
18051805
"dependencies": {
1806-
"Microsoft.Win32.SystemEvents": "5.0.0"
1806+
"Microsoft.NETCore.Platforms": "3.1.0",
1807+
"Microsoft.Win32.SystemEvents": "4.7.0"
18071808
}
18081809
},
18091810
"System.Runtime.Caching": {
18101811
"type": "CentralTransitive",
1811-
"requested": "[5.0.0, )",
1812-
"resolved": "5.0.0",
1813-
"contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
1812+
"requested": "[4.7.0, )",
1813+
"resolved": "4.7.0",
1814+
"contentHash": "NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
18141815
"dependencies": {
1815-
"System.Configuration.ConfigurationManager": "5.0.0"
1816+
"System.Configuration.ConfigurationManager": "4.7.0"
18161817
}
18171818
}
18181819
}

samples/samples-outofproc/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
},
777777
"System.Runtime.Caching": {
778778
"type": "CentralTransitive",
779-
"requested": "[5.0.0, )",
779+
"requested": "[4.7.0, )",
780780
"resolved": "4.7.0",
781781
"contentHash": "NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
782782
"dependencies": {

src/packages.lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
},
100100
"System.Runtime.Caching": {
101101
"type": "Direct",
102-
"requested": "[5.0.0, )",
103-
"resolved": "5.0.0",
104-
"contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
102+
"requested": "[4.7.0, )",
103+
"resolved": "4.7.0",
104+
"contentHash": "NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
105105
"dependencies": {
106-
"System.Configuration.ConfigurationManager": "5.0.0"
106+
"System.Configuration.ConfigurationManager": "4.7.0"
107107
}
108108
},
109109
"Azure.Core": {
@@ -680,11 +680,11 @@
680680
},
681681
"System.Configuration.ConfigurationManager": {
682682
"type": "Transitive",
683-
"resolved": "5.0.0",
684-
"contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
683+
"resolved": "4.7.0",
684+
"contentHash": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
685685
"dependencies": {
686-
"System.Security.Cryptography.ProtectedData": "5.0.0",
687-
"System.Security.Permissions": "5.0.0"
686+
"System.Security.Cryptography.ProtectedData": "4.7.0",
687+
"System.Security.Permissions": "4.7.0"
688688
}
689689
},
690690
"System.Diagnostics.Debug": {
@@ -1169,10 +1169,10 @@
11691169
},
11701170
"System.Security.AccessControl": {
11711171
"type": "Transitive",
1172-
"resolved": "5.0.0",
1173-
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
1172+
"resolved": "4.7.0",
1173+
"contentHash": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
11741174
"dependencies": {
1175-
"System.Security.Principal.Windows": "5.0.0"
1175+
"System.Security.Principal.Windows": "4.7.0"
11761176
}
11771177
},
11781178
"System.Security.Cryptography.Algorithms": {
@@ -1276,10 +1276,10 @@
12761276
},
12771277
"System.Security.Cryptography.ProtectedData": {
12781278
"type": "Transitive",
1279-
"resolved": "5.0.0",
1280-
"contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
1279+
"resolved": "4.7.0",
1280+
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
12811281
"dependencies": {
1282-
"System.Memory": "4.5.4"
1282+
"System.Memory": "4.5.3"
12831283
}
12841284
},
12851285
"System.Security.Cryptography.X509Certificates": {
@@ -1316,16 +1316,16 @@
13161316
},
13171317
"System.Security.Permissions": {
13181318
"type": "Transitive",
1319-
"resolved": "5.0.0",
1320-
"contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
1319+
"resolved": "4.7.0",
1320+
"contentHash": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
13211321
"dependencies": {
1322-
"System.Security.AccessControl": "5.0.0"
1322+
"System.Security.AccessControl": "4.7.0"
13231323
}
13241324
},
13251325
"System.Security.Principal.Windows": {
13261326
"type": "Transitive",
1327-
"resolved": "5.0.0",
1328-
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
1327+
"resolved": "4.7.0",
1328+
"contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ=="
13291329
},
13301330
"System.Security.SecureString": {
13311331
"type": "Transitive",

0 commit comments

Comments
 (0)