Skip to content

Commit 7dc96aa

Browse files
committed
chore: update dependencies
1 parent d474296 commit 7dc96aa

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet-version: |
3131
7
3232
8
33-
9.0.100
33+
9.0.201
3434
3535
- name: Install .NET tools
3636
run: dotnet tool restore

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet-version: |
3131
7
3232
8
33-
9.0.100
33+
9.0.201
3434
3535
- name: Install .NET tools
3636
run: dotnet tool restore

.github/workflows/test-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: |
2121
7
2222
8
23-
9.0.100
23+
9.0.201
2424
2525
- name: Override CSharpFunctionalExtensions Version
2626
run: |

CSharpFunctionalExtensions.HttpResults.Examples/CSharpFunctionalExtensions.HttpResults.Examples.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Bogus" Version="35.6.1"/>
11-
<PackageReference Include="CSharpFunctionalExtensions" Version="3.4.3" />
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
13-
<PackageReference Include="Scalar.AspNetCore" Version="2.0.12" />
10+
<PackageReference Include="Bogus" Version="35.6.2" />
11+
<PackageReference Include="CSharpFunctionalExtensions" Version="3.5.1" />
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
13+
<PackageReference Include="Scalar.AspNetCore" Version="2.0.29" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

CSharpFunctionalExtensions.HttpResults.Generators.Tests/CSharpFunctionalExtensions.HttpResults.Generators.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="FluentAssertions" Version="7.1.0" />
15+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.2"/>
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.2"/>
18-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2020
<PackageReference Include="xunit" Version="2.9.3" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

CSharpFunctionalExtensions.HttpResults.Generators/CSharpFunctionalExtensions.HttpResults.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

CSharpFunctionalExtensions.HttpResults.Tests/CSharpFunctionalExtensions.HttpResults.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="FluentAssertions" Version="7.0.0" />
13+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageReference Include="xunit" Version="2.9.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.201",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)