Skip to content

Commit 165dd94

Browse files
committed
Fixes compile error when referenced as project
1 parent cad0f88 commit 165dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImmutableObjectGraph.Generation/ImmutableObjectGraph.Generation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<ItemGroup>
6767
<TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\ImmutableObjectGraph.dll" IncludeRuntimeDependency="false" />
6868
<TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\ImmutableObjectGraph.Generation.Attributes.dll" IncludeRuntimeDependency="false" />
69-
<TargetPathWithTargetPlatformMoniker Include="..\..\lib\netstandard1.0\CG.Pluralization.dll" IncludeRuntimeDependency="false" />
69+
<TargetPathWithTargetPlatformMoniker Include="$(OutputPath)\CG.Pluralization.dll" IncludeRuntimeDependency="false" />
7070
<TargetPathWithTargetPlatformMoniker Include="$(PkgValidation)\lib\netstandard2.0\Validation.dll" IncludeRuntimeDependency="false" />
7171
</ItemGroup>
7272
</Target>

0 commit comments

Comments
 (0)