Skip to content

Commit

Permalink
Merge pull request #12 from Natsumi-sama/dependabot/nuget/npm-depende…
Browse files Browse the repository at this point in the history
…ncies-10a555cfe1

Bump Serilog from 4.0.1 to 4.0.2 in the npm-dependencies group
  • Loading branch information
LucHeart authored Sep 30, 2024
2 parents 73723c8 + a15555b commit d6aff25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OscQueryExample/OscQueryExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="LucHeart.CoreOSC" Version="1.4.0" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OscQueryLibrary/OscQueryLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
Expand Down

0 comments on commit d6aff25

Please sign in to comment.