diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 08caf26..428de66 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,12 +11,12 @@ jobs:
DOTNET_NOLOGO: true
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET SDKs
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.1.x
@@ -43,24 +43,24 @@ jobs:
file: TestResults/reports/lcov.info
- name: Upload artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
path: ./Artifacts/*
only-unit-tests:
strategy:
matrix:
- os: [ubuntu-22.04, macos-12]
+ os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET SDKs
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.1.x
diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj
index f6953c3..9b1ebe8 100644
--- a/Tests/Approval.Tests/Approval.Tests.csproj
+++ b/Tests/Approval.Tests/Approval.Tests.csproj
@@ -5,7 +5,7 @@
-
+
@@ -14,19 +14,7 @@
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/Tests/Benchmarks/Benchmarks.csproj b/Tests/Benchmarks/Benchmarks.csproj
index 0d45d72..94509db 100644
--- a/Tests/Benchmarks/Benchmarks.csproj
+++ b/Tests/Benchmarks/Benchmarks.csproj
@@ -8,6 +8,8 @@
+
+
diff --git a/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj b/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj
index 988cb2d..f5fea20 100644
--- a/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj
+++ b/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj
@@ -1,4 +1,4 @@
-
+
net47;net6.0
@@ -10,15 +10,15 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive