nicolaayan / EpiserverCmsAudit

MIT License
9 stars 20 forks source link

Build warning on .Net Framework 4.6.1 #17

Open willroscoe opened 4 years ago

willroscoe commented 4 years ago

Hi, I'm getting to following warnings on versions 1.4.1 -> 1.5.1 (I haven't tested older versions):

...warning MSB3274: The primary reference "N1990.Episerver.Cms.Audit, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.6.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1"

The upshot is that the 'N1990.Episerver.Cms.Audit.dll' is not copied to the /bin folder on build.

Thanks, Will