File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
9
9
<BenchmarkDotNetVersion >0.13.*</BenchmarkDotNetVersion >
10
- <BogusVersion >34.0 .*</BogusVersion >
10
+ <BogusVersion >35.2 .*</BogusVersion >
11
11
<CodeAnalysisVersion >4.8.*</CodeAnalysisVersion >
12
12
<CoverletVersion >6.0.*</CoverletVersion >
13
13
<DapperVersion >2.1.*</DapperVersion >
14
14
<FluentAssertionsVersion >6.12.*</FluentAssertionsVersion >
15
15
<GitHubActionsTestLoggerVersion >2.3.*</GitHubActionsTestLoggerVersion >
16
- <InheritDocVersion >1.4 .*</InheritDocVersion >
16
+ <InheritDocVersion >2.0 .*</InheritDocVersion >
17
17
<SourceLinkVersion >8.0.*</SourceLinkVersion >
18
18
<TestSdkVersion >17.8.*</TestSdkVersion >
19
- <XunitVersion >2.5.*</XunitVersion >
19
+ <XunitVersion >2.6.*</XunitVersion >
20
+ <XunitVisualStudioVersion >2.5.*</XunitVisualStudioVersion >
20
21
</PropertyGroup >
21
22
22
23
<PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
20
20
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EntityFrameworkCoreVersion)" />
21
21
<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" />
23
23
</ItemGroup >
24
24
</Project >
You can’t perform that action at this time.
0 commit comments