Skip to content

Commit 5736cf1

Browse files
committed
Package updates
1 parent b134b4b commit 5736cf1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-versions.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
99
<BenchmarkDotNetVersion>0.13.*</BenchmarkDotNetVersion>
10-
<BogusVersion>34.0.*</BogusVersion>
10+
<BogusVersion>35.2.*</BogusVersion>
1111
<CodeAnalysisVersion>4.8.*</CodeAnalysisVersion>
1212
<CoverletVersion>6.0.*</CoverletVersion>
1313
<DapperVersion>2.1.*</DapperVersion>
1414
<FluentAssertionsVersion>6.12.*</FluentAssertionsVersion>
1515
<GitHubActionsTestLoggerVersion>2.3.*</GitHubActionsTestLoggerVersion>
16-
<InheritDocVersion>1.4.*</InheritDocVersion>
16+
<InheritDocVersion>2.0.*</InheritDocVersion>
1717
<SourceLinkVersion>8.0.*</SourceLinkVersion>
1818
<TestSdkVersion>17.8.*</TestSdkVersion>
19-
<XunitVersion>2.5.*</XunitVersion>
19+
<XunitVersion>2.6.*</XunitVersion>
20+
<XunitVisualStudioVersion>2.5.*</XunitVisualStudioVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

test/TestBuildingBlocks/TestBuildingBlocks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
2020
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(EntityFrameworkCoreVersion)" />
2121
<PackageReference Include="xunit" Version="$(XunitVersion)" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" PrivateAssets="All" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVisualStudioVersion)" PrivateAssets="All" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)