Skip to content

Commit

Permalink
chore(deps): Bump System.Windows.Extensions from 6.0.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Windows.Extensions](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2023
1 parent c06b7b6 commit e5adb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageViewModel/PackageViewModel.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>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="NuGet.PackageManagement" Version="$(NuGetDependencyVersion)" />
<PackageReference Include="NuGet.Commands" Version="$(NuGetDependencyVersion)" />
<PackageReference Include="NuGet.Resolver" Version="$(NuGetDependencyVersion)" />
<PackageReference Include="System.Windows.Extensions" Version="6.0.0" />
<PackageReference Include="System.Windows.Extensions" Version="8.0.0" />
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>

Expand Down

0 comments on commit e5adb2c

Please sign in to comment.