Skip to content

Commit 06c3743

Browse files
committed
Package updates
1 parent 505a29b commit 06c3743

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.config/dotnet-tools.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"jetbrains.resharper.globaltools": {
6-
"version": "2024.2.7",
6+
"version": "2024.3.3",
77
"commands": [
88
"jb"
99
],
@@ -17,14 +17,14 @@
1717
"rollForward": false
1818
},
1919
"dotnet-reportgenerator-globaltool": {
20-
"version": "5.3.11",
20+
"version": "5.4.2",
2121
"commands": [
2222
"reportgenerator"
2323
],
2424
"rollForward": false
2525
},
2626
"docfx": {
27-
"version": "2.77.0",
27+
"version": "2.78.2",
2828
"commands": [
2929
"docfx"
3030
],

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</PropertyGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="JetBrains.Annotations" Version="2024.2.*" PrivateAssets="All" />
56+
<PackageReference Include="JetBrains.Annotations" Version="2024.3.*" PrivateAssets="All" />
5757
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.*" PrivateAssets="All" />
5858
<AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False" />
5959
</ItemGroup>

package-versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
99
<BenchmarkDotNetVersion>0.14.*</BenchmarkDotNetVersion>
1010
<BogusVersion>35.6.*</BogusVersion>
11-
<CodeAnalysisVersion>4.11.*</CodeAnalysisVersion>
11+
<CodeAnalysisVersion>4.12.*</CodeAnalysisVersion>
1212
<CoverletVersion>6.0.*</CoverletVersion>
1313
<DapperVersion>2.1.*</DapperVersion>
14-
<FluentAssertionsVersion>6.12.*</FluentAssertionsVersion>
14+
<FluentAssertionsVersion>7.0.*</FluentAssertionsVersion>
1515
<GitHubActionsTestLoggerVersion>2.4.*</GitHubActionsTestLoggerVersion>
1616
<InheritDocVersion>2.0.*</InheritDocVersion>
1717
<SourceLinkVersion>8.0.*</SourceLinkVersion>
1818
<SystemTextJsonVersion>9.0.*</SystemTextJsonVersion>
19-
<TestSdkVersion>17.11.*</TestSdkVersion>
19+
<TestSdkVersion>17.12.*</TestSdkVersion>
2020
<XunitVersion>2.9.*</XunitVersion>
2121
<XunitVisualStudioVersion>2.8.*</XunitVisualStudioVersion>
2222
</PropertyGroup>

0 commit comments

Comments
 (0)