Skip to content

Commit

Permalink
Putting the lib into the right target version for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
smsohan committed Mar 17, 2013
1 parent 261c24f commit f7a9861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mvc.Mailer/Mvc.Mailer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF NOT EXIST "$(ProjectDir)NuGet\input\lib\40" md "$(ProjectDir)NuGet\input\lib\40"
copy *.dll "$(ProjectDir)NuGet\input\lib\40"
<PostBuildEvent>IF NOT EXIST "$(ProjectDir)NuGet\input\lib\45" md "$(ProjectDir)NuGet\input\lib\45"
copy *.dll "$(ProjectDir)NuGet\input\lib\45"
xcopy content "$(ProjectDir)NuGet\input\content" /S /Y
cd "$(ProjectDir)NuGet"
IF NOT EXIST output md output
Expand Down

0 comments on commit f7a9861

Please sign in to comment.