Skip to content

Commit 838ebf3

Browse files
authored
Merge pull request #25 from marthijn/dependabot/nuget/src/Sidio.OpenGraph/microsoft-c9892bb6de
Bump Microsoft.Extensions.Logging.Abstractions from 9.0.6 to 9.0.7
2 parents a1460f3 + f52acd3 commit 838ebf3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Sidio.OpenGraph/Sidio.OpenGraph.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
27+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
2828
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -36,9 +36,9 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<None Include="..\..\LICENSE" Pack="true" PackagePath="\"/>
40-
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
41-
<None Include="icon.png" Pack="true" PackagePath=""/>
39+
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
40+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
41+
<None Include="icon.png" Pack="true" PackagePath="" />
4242
</ItemGroup>
4343

4444
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)