Skip to content

Commit

Permalink
Bump System.Resources.Extensions from 4.6.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Resources.Extensions](https://github.com/dotnet/runtime) from 4.6.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v7.0.0)

---
updated-dependencies:
- dependency-name: System.Resources.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jas88 committed Aug 30, 2023
1 parent 14e85f8 commit 4f554a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TemplateBuilder/TemplateBuilder.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
Expand Down Expand Up @@ -63,7 +63,7 @@
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.0.1" />
<PackageReference Include="ObjectListView.Official" Version="2.9.1" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="fernandreu.ScintillaNET" Version="4.2.0" />
<PackageReference Include="System.Threading.AccessControl" Version="7.0.0" />
<ProjectReference Include="..\Repopulator\Repopulator.csproj" />
Expand Down

0 comments on commit 4f554a9

Please sign in to comment.