Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Remove nuget Registry dependency for net461 and net6
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Jan 1, 2022
1 parent f45e944 commit b564861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Clowd.Squirrel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="Microsoft.Win32.Registry" version="5.0.0" />
<dependency id="SharpCompress" version="0.30.1" />
<dependency id="System.ValueTuple" version="4.5.0" />
</group>
Expand All @@ -27,7 +26,6 @@
<dependency id="SharpCompress" version="0.30.1" />
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Win32.Registry" version="5.0.0" />
<dependency id="SharpCompress" version="0.30.1" />
</group>
<group targetFramework=".NETStandard2.0">
Expand Down
3 changes: 3 additions & 0 deletions src/Squirrel/Squirrel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.30.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard2')) OR $(TargetFramework.StartsWith('net5'))">
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit b564861

Please sign in to comment.