Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Jun 23, 2024
1 parent 2fe991d commit bc3817a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Menu

First we need to import .dll
First we need to import .dll into the .csproj
```xml
<ItemGroup>
<Reference Include="Menu">
<HintPath>path\to\MyAssembly.dll</HintPath>
<HintPath>path\to\Menu.dll</HintPath>
</Reference>
</ItemGroup>
```
Expand Down

0 comments on commit bc3817a

Please sign in to comment.