Skip to content

Commit

Permalink
Remove icon.png from AzureStorage project
Browse files Browse the repository at this point in the history
The reference to the icon.png file in the AzureStorage project's csproj file has been removed. This file was previously included in the project but is no longer needed, which is why its reference has been deleted from the project configuration.
  • Loading branch information
frankhaugen committed Dec 2, 2023
1 parent 610a63b commit 56bdbf3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0"/>
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<Import Project="..\..\Directory.Build.props" Condition="Exists('..\..\Directory.Build.props')"/>
</Project>

0 comments on commit 56bdbf3

Please sign in to comment.