Skip to content

Commit

Permalink
Removed unused System.Management package.
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Jan 21, 2022
1 parent ea30880 commit 0b61bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>

<!-- Make the assembly, file, and NuGet package versions the same. -->
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion src/WirePeep.Common/WirePeep.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Menees.Common" Version="5.0.2" />
<PackageReference Include="Menees.Common" Version="5.0.3" />
<PackageReference Include="Nullable" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/WirePeep/WirePeep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Menees.Windows.Presentation" Version="5.0.2" />
<PackageReference Include="Menees.Windows.Presentation" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b61bef

Please sign in to comment.