File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"jetbrains.resharper.globaltools" : {
6
- "version" : " 2024.2.7 " ,
6
+ "version" : " 2024.3.3 " ,
7
7
"commands" : [
8
8
" jb"
9
9
],
17
17
"rollForward" : false
18
18
},
19
19
"dotnet-reportgenerator-globaltool" : {
20
- "version" : " 5.3.11 " ,
20
+ "version" : " 5.4.2 " ,
21
21
"commands" : [
22
22
" reportgenerator"
23
23
],
24
24
"rollForward" : false
25
25
},
26
26
"docfx" : {
27
- "version" : " 2.77.0 " ,
27
+ "version" : " 2.78.2 " ,
28
28
"commands" : [
29
29
" docfx"
30
30
],
Original file line number Diff line number Diff line change 53
53
</PropertyGroup >
54
54
55
55
<ItemGroup >
56
- <PackageReference Include =" JetBrains.Annotations" Version =" 2024.2 .*" PrivateAssets =" All" />
56
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .*" PrivateAssets =" All" />
57
57
<PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.*" PrivateAssets =" All" />
58
58
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
59
59
</ItemGroup >
Original file line number Diff line number Diff line change 8
8
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
9
9
<BenchmarkDotNetVersion >0.14.*</BenchmarkDotNetVersion >
10
10
<BogusVersion >35.6.*</BogusVersion >
11
- <CodeAnalysisVersion >4.11 .*</CodeAnalysisVersion >
11
+ <CodeAnalysisVersion >4.12 .*</CodeAnalysisVersion >
12
12
<CoverletVersion >6.0.*</CoverletVersion >
13
13
<DapperVersion >2.1.*</DapperVersion >
14
- <FluentAssertionsVersion >6.12 .*</FluentAssertionsVersion >
14
+ <FluentAssertionsVersion >7.0 .*</FluentAssertionsVersion >
15
15
<GitHubActionsTestLoggerVersion >2.4.*</GitHubActionsTestLoggerVersion >
16
16
<InheritDocVersion >2.0.*</InheritDocVersion >
17
17
<SourceLinkVersion >8.0.*</SourceLinkVersion >
18
18
<SystemTextJsonVersion >9.0.*</SystemTextJsonVersion >
19
- <TestSdkVersion >17.11 .*</TestSdkVersion >
19
+ <TestSdkVersion >17.12 .*</TestSdkVersion >
20
20
<XunitVersion >2.9.*</XunitVersion >
21
21
<XunitVisualStudioVersion >2.8.*</XunitVisualStudioVersion >
22
22
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments