Skip to content

Commit

Permalink
Merge pull request #62 from meenzen/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dotnet monorepo to v8.0.1
  • Loading branch information
meenzen authored Jan 11, 2024
2 parents 8cdb32a + 6abb9ed commit 35512e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Streamlabs.SocketClient/Streamlabs.SocketClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SocketIOClient" Version="3.1.1" />
<!-- The rc version of System.Text.Json is required because we need the feature JsonUnmappedMemberHandling.Disallow -->
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 35512e7

Please sign in to comment.