Hi Joe, in order to take advantage of the newest .NET 4.5 projects, I created a fresh clone of the repository, copied the sln file to a custom name, and merged in my existing custom projects.
However, when I try to deploy the project (to file system), I get this error:
Error 1 Copying file packages.config to obj\Release - MySql\Package\PackageTmp\packages.config failed. Could not find file 'packages.config'. 0 0 mojoPortal.Web
When I open mojoPortal.Web.csproj, near the bottom is an ItemGroup section referencing packages.config:
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
It doesn't look like packages.config is included in the repository. Do I need to do something to generate this file on my side?
Thanks,
Jamie