File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments