Can I add a 4.5 project inside a solution with only 4.0 projects?
Example:
-ProductSolution
-Product.Domain.csproj (4.0)
-Product.Web.csproj (4.0)
-Product.WebApi.csproj (4.5)
I can't migrate my projects right now. And I want to add an Web Api and reference it to my Product.Domain project.
Thanks for any help.