Skip to content

Commit

Permalink
Update AzureStorageTopics.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael authored Jul 8, 2024
1 parent f73e32d commit f152e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AzureStorageTopics/AzureStorageTopics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="\">
<None Include="../../README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit f152e22

Please sign in to comment.