Skip to content

Commit f34d128

Browse files
committed
Fix package binary name in README
1 parent 4f2fa52 commit f34d128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Your `csproj` file may look like this:
4444

4545
<Target Name="GetDependencyTargetPaths">
4646
<ItemGroup>
47-
<TargetPathWithTargetPlatformMoniker Include="$(PKGMonkeymoto_GeneratorUtils_GenericSymbolWithSyntaxTree)\lib\netstandard2.0\GenericSymbolWithSyntaxTree.dll" IncludeRuntimeDependency="false" />
47+
<TargetPathWithTargetPlatformMoniker Include="$(PKGMonkeymoto_GeneratorUtils_GenericSymbolWithSyntaxTree)\lib\netstandard2.0\Monkeymoto.GeneratorUtils.GenericSymbolWithSyntaxTree.dll" IncludeRuntimeDependency="false" />
4848
</ItemGroup>
4949
</Target>
5050

0 commit comments

Comments
 (0)