From 3ed4d9189b7c47062a25ed7638bbc9ee631dfbea Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 18 Feb 2025 14:55:36 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62644e27e..406f7dc13 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project contains the source code for the book **Essential C#** by Mark Mich ## Checkout the online resource that walks through all code samples in this repository at [EssentialCSharp.com](https://essentialcsharp.com) ## Requirements - +q - [.NET](https://www.microsoft.com/net/core) - This project is currently tested against .NET 8.0, 7.0, and 6.0. - [Visual Studio](https://visualstudio.microsoft.com/downloads/) - Already contains .NET Core to get up and running. Not to mention, it's a great IDE that makes it easy to get started. - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - While not required, a good tool to get used to, and easy way to download this code repository quickly. [GitKraken](https://www.gitkraken.com/invite/bX2Nqsqr) is a great GUI for using Git if you prefer not using the command line. From eb06b5b0f80e49cdaccb350241e6d4ea95b55fe5 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 18 Feb 2025 14:56:22 -0800 Subject: [PATCH 2/4] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index cb1826ee3..759858d23 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -48,9 +48,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} ${{ runner.os }}-nuget- + - name: List dotnet versions installed + run: dotnet --list-sdks - name: Restore dependencies run: dotnet restore - name: Build run: dotnet build --no-restore - name: Test - run: dotnet test --no-build --no-restore --verbosity normal \ No newline at end of file + run: dotnet test --no-build --no-restore --verbosity normal From df433201e399ad7296caa3fcedf29eac2a962221 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 18 Feb 2025 15:00:32 -0800 Subject: [PATCH 3/4] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 759858d23..fbfad3c47 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -49,7 +49,9 @@ jobs: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} ${{ runner.os }}-nuget- - name: List dotnet versions installed - run: dotnet --list-sdks + run: | + dotnet --list-sdks + dotnet --info - name: Restore dependencies run: dotnet restore - name: Build From 848268b87f1b936720e62a59c4747baf3c43f487 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 18 Feb 2025 15:03:02 -0800 Subject: [PATCH 4/4] try bump --- Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 603738814..98ed3e0be 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,9 +8,9 @@ - - - + + +