Skip to content

Commit f767331

Browse files
Merge branch 'release' into feature/evolve-options
2 parents f7e4fca + cb175e2 commit f767331

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 6.0.100-preview.2.21155.3
16+
dotnet-version: 6.0.100-preview.4.21255.9
1717
- name: Install dependencies
1818
run: dotnet restore -v m
1919
- name: Build
@@ -28,6 +28,6 @@ jobs:
2828
- name: Setup .NET Core
2929
uses: actions/setup-dotnet@v1
3030
with:
31-
dotnet-version: 6.0.100-preview.2.21155.3
31+
dotnet-version: 6.0.100-preview.4.21255.9
3232
- name: Test
3333
run: dotnet test --no-restore -v m

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<HealthChecks_Version>5.0.1</HealthChecks_Version>
3232

3333
<!--Others-->
34-
<FluentValidation_Version>10.2.0</FluentValidation_Version>
34+
<FluentValidation_Version>10.2.1</FluentValidation_Version>
3535
<Scrutor_Version>3.3.0</Scrutor_Version>
3636

3737
</PropertyGroup>

0 commit comments

Comments
 (0)