Skip to content

Commit 2504012

Browse files
authored
Updating YARP reference to 2.0.1 (#9384)
1 parent dcda396 commit 2504012

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/WebJobs.Script.Grpc/WebJobs.Script.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
</PackageReference>
3333
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
34-
<PackageReference Include="Yarp.ReverseProxy" Version="2.0.0" />
34+
<PackageReference Include="Yarp.ReverseProxy" Version="2.0.1" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2914,14 +2914,14 @@
29142914
"System.Xml.XmlDocument": "4.3.0"
29152915
}
29162916
},
2917-
"Yarp.ReverseProxy/2.0.0": {
2917+
"Yarp.ReverseProxy/2.0.1": {
29182918
"dependencies": {
29192919
"System.IO.Hashing": "7.0.0"
29202920
},
29212921
"runtime": {
29222922
"lib/net6.0/Yarp.ReverseProxy.dll": {
2923-
"assemblyVersion": "2.0.0.0",
2924-
"fileVersion": "2.0.23.11306"
2923+
"assemblyVersion": "2.0.1.0",
2924+
"fileVersion": "2.0.123.32202"
29252925
}
29262926
}
29272927
},
@@ -2978,7 +2978,7 @@
29782978
"Microsoft.Azure.WebJobs.Script": "4.24.0",
29792979
"System.IO.FileSystem.Primitives": "4.3.0",
29802980
"System.Threading.Channels": "6.0.0",
2981-
"Yarp.ReverseProxy": "2.0.0"
2981+
"Yarp.ReverseProxy": "2.0.1"
29822982
},
29832983
"runtime": {
29842984
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {}
@@ -5017,12 +5017,12 @@
50175017
"path": "system.xml.xmlserializer/4.3.0",
50185018
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
50195019
},
5020-
"Yarp.ReverseProxy/2.0.0": {
5020+
"Yarp.ReverseProxy/2.0.1": {
50215021
"type": "package",
50225022
"serviceable": true,
5023-
"sha512": "sha512-9yMPNkJRPn/hHssKKf7eucF5o1f0nIrQ9QlSybR2RPdO4+Ws3aDd8qAg40YFZMbZKIIqtE3u4fCkXO8vNwm0yQ==",
5024-
"path": "yarp.reverseproxy/2.0.0",
5025-
"hashPath": "yarp.reverseproxy.2.0.0.nupkg.sha512"
5023+
"sha512": "sha512-op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==",
5024+
"path": "yarp.reverseproxy/2.0.1",
5025+
"hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512"
50265026
},
50275027
"Microsoft.Azure.WebJobs.Script/4.24.0": {
50285028
"type": "project",

0 commit comments

Comments
 (0)