File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
]
22
22
},
23
23
"dotnet-reportgenerator-globaltool" : {
24
- "version" : " 5.1.15 " ,
24
+ "version" : " 5.1.19 " ,
25
25
"commands" : [
26
26
" reportgenerator"
27
27
]
28
28
},
29
29
"docfx" : {
30
- "version" : " 2.60 .2" ,
30
+ "version" : " 2.62 .2" ,
31
31
"commands" : [
32
32
" docfx"
33
33
]
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.4 .*</MicrosoftCodeAnalysisVersion >
7
+ <MicrosoftCodeAnalysisVersion >4.5 .*</MicrosoftCodeAnalysisVersion >
8
8
<HumanizerVersion >2.14.1</HumanizerVersion >
9
9
<JsonApiDotNetCoreVersionPrefix >5.1.3</JsonApiDotNetCoreVersionPrefix >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
17
17
18
18
<ItemGroup >
19
19
<PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1" PrivateAssets =" All" />
20
- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2 " PrivateAssets =" All" />
20
+ <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.3 " PrivateAssets =" All" />
21
21
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
22
22
</ItemGroup >
23
23
You can’t perform that action at this time.
0 commit comments