Skip to content

Commit

Permalink
chore: corrected README.md path
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored May 21, 2024
1 parent 0ee5b62 commit 8684d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -62,4 +62,4 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 8684d2b

Please sign in to comment.