We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad0f88 commit 165dd94Copy full SHA for 165dd94
1 file changed
src/ImmutableObjectGraph.Generation/ImmutableObjectGraph.Generation.csproj
@@ -66,7 +66,7 @@
66
<ItemGroup>
67
<TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\ImmutableObjectGraph.dll" IncludeRuntimeDependency="false" />
68
<TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\ImmutableObjectGraph.Generation.Attributes.dll" IncludeRuntimeDependency="false" />
69
- <TargetPathWithTargetPlatformMoniker Include="..\..\lib\netstandard1.0\CG.Pluralization.dll" IncludeRuntimeDependency="false" />
+ <TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\CG.Pluralization.dll" IncludeRuntimeDependency="false" />
70
<TargetPathWithTargetPlatformMoniker Include="$(PkgValidation)\lib\netstandard2.0\Validation.dll" IncludeRuntimeDependency="false" />
71
</ItemGroup>
72
</Target>
0 commit comments