Skip to content

Commit

Permalink
Upgrade Handlebars.Net.Helpers to 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jun 5, 2021
1 parent 2ca394b commit 82c152e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/WireMock.Net/WireMock.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Handlebars.Net.Helpers" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers.DynamicLinq" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers.Json" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers.XPath" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers.Xeger" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers.Random" Version="2.1.2" />
<PackageReference Include="Handlebars.Net.Helpers" Version="2.1.9" />
<PackageReference Include="Handlebars.Net.Helpers.DynamicLinq" Version="2.1.9" />
<PackageReference Include="Handlebars.Net.Helpers.Json" Version="2.1.9" />
<PackageReference Include="Handlebars.Net.Helpers.XPath" Version="2.1.9" />
<PackageReference Include="Handlebars.Net.Helpers.Xeger" Version="2.1.9" />
<PackageReference Include="Handlebars.Net.Helpers.Random" Version="2.1.9" />

<ProjectReference Include="..\WireMock.Net.Abstractions\WireMock.Net.Abstractions.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 82c152e

Please sign in to comment.