mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 06:33:25 +02:00
set handlebars dependency for .net 4.5.1 to fixed value (#378)
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||||
<PackageReference Include="Handlebars.Net" Version="1.9.0" />
|
<PackageReference Include="Handlebars.Net" Version="[1.9.0]" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
|
<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
|
||||||
|
|||||||
Reference in New Issue
Block a user