Skip to content

Commit

Permalink
Merge pull request #2087 from jnyrup/net7_sdk
Browse files Browse the repository at this point in the history
Bump required .NET SDK to v7
  • Loading branch information
jnyrup committed Jan 6, 2023
2 parents 960140b + 6b52016 commit 5f42f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
2.1.x
3.1.x
6.0.x
7.0.x
- name: Run NUKE
run: ./build.ps1
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
2.1.x
3.1.x
6.0.x
7.0.x
- name: Run NUKE
run: ./build.sh UnitTests
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ See https://www.fluentassertions.com for [background information](https://fluent
Originally authored by Dennis Doomen with Jonas Nyrup as the productive side-kick. Notable contributions were provided by Artur Krajewski, Lukas Grützmacher and David Omid.

# How do I build this?
Install Visual Studio 2022 17.0+ or JetBrains Rider 2021.3 as well as the Build Tools 2022 (including the Universal Windows Platform build tools). You will also need to have .NET Framework 4.7 SDK and .NET 6.0 SDK installed. Check [global.json](global.json) for the current minimum required version.
Install Visual Studio 2022 17.0+ or JetBrains Rider 2021.3 as well as the Build Tools 2022 (including the Universal Windows Platform build tools). You will also need to have .NET Framework 4.7 SDK and .NET 7.0 SDK installed. Check [global.json](global.json) for the current minimum required version.

# What are these Approval.Tests?
This is a special set of tests that use the [Verify](https://github.com/VerifyTests/Verify) project to verify whether you've introduced any breaking changes in the public API of the library.
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.400",
"version": "7.0.101",
"rollForward": "latestMajor"
}
}

0 comments on commit 5f42f5d

Please sign in to comment.