Skip to content

Commit

Permalink
Remove Microsoft.Win32.Registry package dependency (#764)
Browse files Browse the repository at this point in the history
M.W32.Registry has been inbox on .NET Framework since forever and in modern .NET starting with .NET 6. There's no need for the package reference anymore.
  • Loading branch information
ViktorHofer committed Feb 24, 2024
1 parent 848b1f6 commit f8ad0a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ApprovalTests/ApprovalTests.csproj
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="DiffEngine" Version="15.2.0" />
<PackageReference Include="EmptyFiles" Version="8.1.0" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Publicize.Fody" Version="1.8.0" PrivateAssets="All" />
<PackageReference Include="Virtuosity.Fody" Version="3.1.1" PrivateAssets="All" />
<PackageReference Include="TextCopy" Version="6.2.1" />
Expand All @@ -25,4 +24,4 @@
<Content Include="build\ApprovalTests.targets" PackagePath="build\ApprovalTests.targets" />
<Content Include="buildMultiTargeting\ApprovalTests.targets" PackagePath="buildMultiTargeting\ApprovalTests.targets" />
</ItemGroup>
</Project>
</Project>

0 comments on commit f8ad0a3

Please sign in to comment.