Skip to content

Commit

Permalink
Merge pull request #184 from PascalSenn/pse/upgrade-yarp-reverse-proxy
Browse files Browse the repository at this point in the history
Upgrade Yarp Reverse proxy
  • Loading branch information
josephdecock authored Sep 1, 2023
2 parents 0b88db5 + a70d408 commit f892352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
<FrameworkVersionRuntime>6.0.0</FrameworkVersionRuntime>
<FrameworkVersionTesting>6.0.11</FrameworkVersionTesting>
<YarpVersion>2.0.0</YarpVersion>
<YarpVersion>2.0.1</YarpVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'">
<FrameworkVersionRuntime>7.0.0</FrameworkVersionRuntime>
<FrameworkVersionTesting>7.0.0</FrameworkVersionTesting>
<YarpVersion>2.0.0</YarpVersion>
<YarpVersion>2.0.1</YarpVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f892352

Please sign in to comment.