Skip to content

Commit

Permalink
Fix csproj README reference (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
smokedlinq committed Feb 16, 2023
1 parent 26be46e commit 191c2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" pack="true" PackagePath="." />
<None Include="../../README.md" pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MediatR.Azure.EventGrid/MediatR.Azure.EventGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" pack="true" PackagePath="." />
<None Include="../../README.md" pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 191c2de

Please sign in to comment.