Skip to content

Commit

Permalink
Fix netstandard1.6 pdb path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jul 24, 2017
1 parent 3ec76ae commit b223a66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackagePath>lib/net46/</PackagePath>
<Pack>true</Pack>
</None>
<None Include="bin\Release\netstandard16\Abp.ZeroCore.EntityFrameworkCore.pdb">
<PackagePath>lib/netstandard16/</PackagePath>
<None Include="bin\Release\netstandard1.6\Abp.ZeroCore.EntityFrameworkCore.pdb">
<PackagePath>lib/netstandard1.6/</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<PackagePath>lib/net46/</PackagePath>
<Pack>true</Pack>
</None>
<None Include="bin\Release\netstandard16\Abp.ZeroCore.IdentityServer4.EntityFrameworkCore.pdb">
<PackagePath>lib/netstandard16/</PackagePath>
<None Include="bin\Release\netstandard1.6\Abp.ZeroCore.IdentityServer4.EntityFrameworkCore.pdb">
<PackagePath>lib/netstandard1.6/</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<PackagePath>lib/net46/</PackagePath>
<Pack>true</Pack>
</None>
<None Include="bin\Release\netstandard16\Abp.ZeroCore.IdentityServer4.pdb">
<PackagePath>lib/netstandard16/</PackagePath>
<None Include="bin\Release\netstandard1.6\Abp.ZeroCore.IdentityServer4.pdb">
<PackagePath>lib/netstandard1.6/</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Abp.ZeroCore/Abp.ZeroCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<PackagePath>lib/net46/</PackagePath>
<Pack>true</Pack>
</None>
<None Include="bin\Release\netstandard16\Abp.ZeroCore.pdb">
<PackagePath>lib/netstandard16/</PackagePath>
<None Include="bin\Release\netstandard1.6\Abp.ZeroCore.pdb">
<PackagePath>lib/netstandard1.6/</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
Expand Down

0 comments on commit b223a66

Please sign in to comment.