Skip to content

Commit 8101ce1

Browse files
Bump System.Resources.Extensions, Microsoft.Bcl.HashCode and Microsoft.NETFramework.ReferenceAssemblies
Bumps [System.Resources.Extensions](https://github.com/dotnet/runtime), [Microsoft.Bcl.HashCode](https://github.com/dotnet/corefx) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `System.Resources.Extensions` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Bcl.HashCode` from 6.0.0 to 1.1.1 - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits/v1.1.1) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: System.Resources.Extensions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Bcl.HashCode dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c57169 commit 8101ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Analogy.LogViewer.Serilog/Analogy.LogViewer.Serilog.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Analogy.LogViewer.Template" Version="8.0.0" />
2626
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2727
<PackageReference Include="Serilog" Version="4.2.0" />
28-
<PackageReference Include="System.Resources.Extensions" Version="9.0.3" />
28+
<PackageReference Include="System.Resources.Extensions" Version="9.0.4" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<Compile Update="Properties\Resources.Designer.cs">

0 commit comments

Comments
 (0)