Skip to content

Commit

Permalink
Remove redundant package reference
Browse files Browse the repository at this point in the history
Eliminated the unnecessary Microsoft.CSharp package reference from the project file. This change helps to streamline dependencies and reduces potential clutter in the project's configuration.
  • Loading branch information
ivandrofly committed Nov 20, 2024
1 parent 0165d97 commit 2b2cf73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/NarratorOutParentheses/NarratorOutParentheses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0"/>
</ItemGroup>
<PropertyGroup/>
<Import Project="..\Plugin-Shared\Plugin-Shared.projitems" Label="Shared"/>
</Project>

0 comments on commit 2b2cf73

Please sign in to comment.