File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4
4
<AspNetVersion >6.0.*</AspNetVersion >
5
5
<EFCoreVersion >6.0.*</EFCoreVersion >
6
6
<EFCorePostgresVersion >6.0.*</EFCorePostgresVersion >
7
- <MicrosoftCodeAnalysisVersion >4.2 .*</MicrosoftCodeAnalysisVersion >
7
+ <MicrosoftCodeAnalysisVersion >4.3 .*</MicrosoftCodeAnalysisVersion >
8
8
<HumanizerVersion >2.14.1</HumanizerVersion >
9
9
<JsonApiDotNetCoreVersionPrefix >5.0.3</JsonApiDotNetCoreVersionPrefix >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
17
17
18
18
<ItemGroup >
19
19
<PackageReference Include =" JetBrains.Annotations" Version =" 2022.1.0" PrivateAssets =" All" />
20
- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.1 " PrivateAssets =" All" />
20
+ <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2 " PrivateAssets =" All" />
21
21
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
22
22
</ItemGroup >
23
23
34
34
<!-- Test Project Dependencies -->
35
35
<PropertyGroup >
36
36
<CoverletVersion >3.1.2</CoverletVersion >
37
- <MoqVersion >4.18.1 </MoqVersion >
38
- <TestSdkVersion >17.2.0 </TestSdkVersion >
37
+ <MoqVersion >4.18.2 </MoqVersion >
38
+ <TestSdkVersion >17.3.1 </TestSdkVersion >
39
39
</PropertyGroup >
40
40
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >$(TargetFrameworkName)</TargetFramework >
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.1" />
13
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.2" />
14
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MicrosoftCodeAnalysisVersion)" PrivateAssets =" all" >
15
+ <!-- This reference solely exists to prevent build warnings for conflicting versions of Microsoft.CodeAnalysis. -->
16
+ </PackageReference >
14
17
</ItemGroup >
15
18
</Project >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(AspNetVersion)" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18
18
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
19
- <PackageReference Include =" xunit" Version =" 2.4.1 " />
19
+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" PrivateAssets =" All" />
21
21
</ItemGroup >
22
22
</Project >
You can’t perform that action at this time.
0 commit comments