Unable to build against .NET 4.5.1 because of Handlebars #228

Closed
opened 2025-12-29 14:25:47 +01:00 by adam · 1 comment
Owner

Originally created by @NoahLerner on GitHub (Nov 25, 2019).

Hi,

I'm unable to build against 4.5.1 with the following errors:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3275: The primary reference "WireMock.Net, Version=1.0.37.0, Culture=neutral, PublicKeyToken=c8d65537854e1f03, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the assembly "Handlebars, Version=1.10.1.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661" which was built against the ".NETFramework,Version=v4.5.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.5.1".

Maybe you want to update the Developer Info?

Originally created by @NoahLerner on GitHub (Nov 25, 2019). Hi, I'm unable to build against 4.5.1 with the following errors: `C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3275: The primary reference "WireMock.Net, Version=1.0.37.0, Culture=neutral, PublicKeyToken=c8d65537854e1f03, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the assembly "Handlebars, Version=1.10.1.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661" which was built against the ".NETFramework,Version=v4.5.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.5.1".` Maybe you want to update the Developer Info?
adam added the bug label 2025-12-29 14:25:47 +01:00
adam closed this issue 2025-12-29 14:25:47 +01:00
Author
Owner

@StefH commented on GitHub (Nov 25, 2019):

What happens if you use Handlebars 1.9.0 ?

@StefH commented on GitHub (Nov 25, 2019): What happens if you use Handlebars 1.9.0 ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#228