Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 960c2c6

Browse files
Bump Polly from 7.2.3 to 8.4.0 in /nanoFrameworkDeployer (#58)
***NO_CI***
1 parent c9fb2ac commit 960c2c6

File tree

2 files changed

+54
-4
lines changed

2 files changed

+54
-4
lines changed

nanoFrameworkDeployer/nanoFrameworkDeployer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<PrivateAssets>all</PrivateAssets>
131131
</PackageReference>
132132
<PackageReference Include="Polly">
133-
<Version>7.2.3</Version>
133+
<Version>8.4.0</Version>
134134
</PackageReference>
135135
<PackageReference Include="PropertyChanged.Fody">
136136
<Version>2.6.1</Version>

nanoFrameworkDeployer/packages.lock.json

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
},
4040
"Polly": {
4141
"type": "Direct",
42-
"requested": "[7.2.3, )",
43-
"resolved": "7.2.3",
44-
"contentHash": "DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ=="
42+
"requested": "[8.4.0, )",
43+
"resolved": "8.4.0",
44+
"contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==",
45+
"dependencies": {
46+
"Polly.Core": "8.4.0"
47+
}
4548
},
4649
"PropertyChanged.Fody": {
4750
"type": "Direct",
@@ -58,10 +61,57 @@
5861
"resolved": "6.0.0",
5962
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
6063
},
64+
"Microsoft.Bcl.AsyncInterfaces": {
65+
"type": "Transitive",
66+
"resolved": "6.0.0",
67+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==",
68+
"dependencies": {
69+
"System.Threading.Tasks.Extensions": "4.5.4"
70+
}
71+
},
72+
"Microsoft.Bcl.TimeProvider": {
73+
"type": "Transitive",
74+
"resolved": "8.0.0",
75+
"contentHash": "f5Kr5JepAbiGo7uDmhgvMqhntwxqXNn6/IpTBSSI4cuHhgnJGrLxFRhMjVpRkLPp6zJXO0/G0l3j9p9zSJxa+w==",
76+
"dependencies": {
77+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
78+
"System.ValueTuple": "4.5.0"
79+
}
80+
},
81+
"Polly.Core": {
82+
"type": "Transitive",
83+
"resolved": "8.4.0",
84+
"contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==",
85+
"dependencies": {
86+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
87+
"Microsoft.Bcl.TimeProvider": "8.0.0",
88+
"System.ComponentModel.Annotations": "4.5.0",
89+
"System.Threading.Tasks.Extensions": "4.5.4",
90+
"System.ValueTuple": "4.5.0"
91+
}
92+
},
93+
"System.ComponentModel.Annotations": {
94+
"type": "Transitive",
95+
"resolved": "4.5.0",
96+
"contentHash": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg=="
97+
},
6198
"System.IO.Ports": {
6299
"type": "Transitive",
63100
"resolved": "7.0.0",
64101
"contentHash": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA=="
102+
},
103+
"System.Threading.Tasks.Extensions": {
104+
"type": "Transitive",
105+
"resolved": "4.5.4",
106+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
107+
"dependencies": {
108+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
109+
}
110+
},
111+
"System.ValueTuple": {
112+
"type": "Transitive",
113+
"resolved": "4.5.0",
114+
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
65115
}
66116
},
67117
".NETFramework,Version=v4.7.2/win": {},

0 commit comments

Comments
 (0)