Skip to content

Commit 040bd34

Browse files
authored
updating worker package (#1173)
1 parent 9d7be15 commit 040bd34

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
1212
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.0" />
1313
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
14-
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" />
14+
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.1" />
1515
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
1616
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.3.2" />
1717
<PackageVersion Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />

samples/samples-outofproc/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
},
7272
"Microsoft.Azure.Functions.Worker.Sdk": {
7373
"type": "Direct",
74-
"requested": "[1.18.1, )",
75-
"resolved": "1.18.1",
76-
"contentHash": "1wpn70uKpc5/xD5bn9n9/mW9uYmshsRloCqnzLhI6UOy5+PAJUhF5JUobn5GPrs8ZTbj4i6h8lOCUPPXX8sNhg==",
74+
"requested": "[2.0.1, )",
75+
"resolved": "2.0.1",
76+
"contentHash": "QCe7C9fLKKjttv7LCDMoI5rm3EUZCZzmGON07efFF85qkn8hMgtTKVvZ7uM4773aUe+AtrvigHLOXaL8hT2u7w==",
7777
"dependencies": {
78-
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": "1.2.1",
78+
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": "1.2.2",
7979
"Microsoft.Azure.Functions.Worker.Sdk.Generators": "1.3.4"
8080
}
8181
},
@@ -186,8 +186,8 @@
186186
},
187187
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": {
188188
"type": "Transitive",
189-
"resolved": "1.2.1",
190-
"contentHash": "EOZqyNc718vKJAg4/cgmDqnQg3wYoNKE14NjskBrDAINMBKfujQqHRn4McSFfSHgCXUE0F/Yc4+sh7i6HhbPbg=="
189+
"resolved": "1.2.2",
190+
"contentHash": "v+GWIfC2Or3nxriew6JLT0yRGmhqYI84ALLqbQSyj/j9Z6ZQi2dh9iO9i3jmHAqiVFmIC2Aing/0eYQ0pObU4w=="
191191
},
192192
"Microsoft.Azure.Functions.Worker.Sdk.Generators": {
193193
"type": "Transitive",

test-outofproc/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
},
5151
"Microsoft.Azure.Functions.Worker.Sdk": {
5252
"type": "Direct",
53-
"requested": "[1.18.1, )",
54-
"resolved": "1.18.1",
55-
"contentHash": "1wpn70uKpc5/xD5bn9n9/mW9uYmshsRloCqnzLhI6UOy5+PAJUhF5JUobn5GPrs8ZTbj4i6h8lOCUPPXX8sNhg==",
53+
"requested": "[2.0.1, )",
54+
"resolved": "2.0.1",
55+
"contentHash": "QCe7C9fLKKjttv7LCDMoI5rm3EUZCZzmGON07efFF85qkn8hMgtTKVvZ7uM4773aUe+AtrvigHLOXaL8hT2u7w==",
5656
"dependencies": {
57-
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": "1.2.1",
57+
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": "1.2.2",
5858
"Microsoft.Azure.Functions.Worker.Sdk.Generators": "1.3.4"
5959
}
6060
},
@@ -167,8 +167,8 @@
167167
},
168168
"Microsoft.Azure.Functions.Worker.Sdk.Analyzers": {
169169
"type": "Transitive",
170-
"resolved": "1.2.1",
171-
"contentHash": "EOZqyNc718vKJAg4/cgmDqnQg3wYoNKE14NjskBrDAINMBKfujQqHRn4McSFfSHgCXUE0F/Yc4+sh7i6HhbPbg=="
170+
"resolved": "1.2.2",
171+
"contentHash": "v+GWIfC2Or3nxriew6JLT0yRGmhqYI84ALLqbQSyj/j9Z6ZQi2dh9iO9i3jmHAqiVFmIC2Aing/0eYQ0pObU4w=="
172172
},
173173
"Microsoft.Azure.Functions.Worker.Sdk.Generators": {
174174
"type": "Transitive",

0 commit comments

Comments
 (0)