Skip to content

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc authored Nov 14, 2023
1 parent f72b68c commit 9851fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NanoleafAPI/NanoleafAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Streaming Colors in real time</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="SSDP.UPnP.PCL" Version="6.1.0" />
<PackageReference Include="Zeroconf" Version="3.6.11" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NanoleafAPI_Test/NanoleafAPI_Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Reference Include="System.IO.Compression" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 9851fd3

Please sign in to comment.