Skip to content

Commit

Permalink
Fixes assembly version targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jul 14, 2016
1 parent ec45f2c commit ffba62f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.ResourceManagement">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Microsoft.ResourceManagement.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -215,7 +214,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>d:\NuGet\NuGet.exe pack $(ProjectPath) -Exclude **\*.xml</PostBuildEvent>
<PostBuildEvent>d:\NuGet\NuGet.exe pack $(ProjectPath) -Exclude **\*.xml -OutputDirectory D:\nuget\packages</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added src/lib/Microsoft.ResourceManagement.dll
Binary file not shown.

0 comments on commit ffba62f

Please sign in to comment.