Skip to content

Commit

Permalink
fix: verify.xunit (#3310)
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
glennawatson authored Jul 8, 2022
1 parent 9f4c943 commit f6aa117
Show file tree
Hide file tree
Showing 6 changed files with 1,199 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
<PackageReference Include="coverlet.msbuild" Version="3.1.2" PrivateAssets="All" />
<PackageReference Include="Verify.Xunit" Version="17.1.6" />
<PackageReference Include="Verify.Xunit" Version="17.2.1" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net6')) ">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit f6aa117

Please sign in to comment.