File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<AspNetVersion >6.0.*</AspNetVersion >
5
5
<EFCoreVersion >7.0.*</EFCoreVersion >
6
6
<EFCorePostgresVersion >7.0.*</EFCorePostgresVersion >
7
- <MicrosoftCodeAnalysisVersion >4.5 .*</MicrosoftCodeAnalysisVersion >
7
+ <MicrosoftCodeAnalysisVersion >4.6 .*</MicrosoftCodeAnalysisVersion >
8
8
<HumanizerVersion >2.14.1</HumanizerVersion >
9
9
<JsonApiDotNetCoreVersionPrefix >5.2.1</JsonApiDotNetCoreVersionPrefix >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1 " PrivateAssets =" All" />
19
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2023.2.0 " PrivateAssets =" All" />
20
20
<PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.3" PrivateAssets =" All" />
21
21
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
22
22
</ItemGroup >
33
33
34
34
<!-- Test Project Dependencies -->
35
35
<PropertyGroup >
36
- <CoverletVersion >3.2 .*</CoverletVersion >
36
+ <CoverletVersion >6.0 .*</CoverletVersion >
37
37
<MoqVersion >4.18.*</MoqVersion >
38
38
<TestSdkVersion >17.6.*</TestSdkVersion >
39
39
</PropertyGroup >
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(EFCoreVersion)" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
17
17
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
18
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " PrivateAssets =" All" />
18
+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0 " PrivateAssets =" All" />
20
20
</ItemGroup >
21
21
</Project >
You can’t perform that action at this time.
0 commit comments