Skip to content

Commit

Permalink
Upgrade Yarp Reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Aug 22, 2023
1 parent 0b88db5 commit a70d408
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 a70d408

Please sign in to comment.