Skip to content

Commit

Permalink
Merge pull request #402 from RadicalFx/dependabot/nuget/src/Radical.W…
Browse files Browse the repository at this point in the history
…indows.Tests/Microsoft.Extensions.Hosting-6.0.1

Bump Microsoft.Extensions.Hosting from 5.0.0 to 6.0.1 in /src/Radical.Windows.Tests
  • Loading branch information
mauroservienti authored Jun 9, 2022
2 parents b505feb + 1734230 commit 5ad7eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Radical.Windows.Tests/Radical.Windows.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="Radical" Version="2.1.0" />
<PackageReference Include="Unity.Microsoft.DependencyInjection" Version="5.11.5" />
Expand Down
4 changes: 2 additions & 2 deletions src/Radical.Windows/Radical.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.2,6.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[3.1.2,6.0.0)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.2,7.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[3.1.2,7.0.0)" />
<PackageReference Include="Radical" Version="[2.0.0,3.0.0)" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="[1.1.19,2.0.0)" />
</ItemGroup>
Expand Down

0 comments on commit 5ad7eb4

Please sign in to comment.