Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use .NET 8.0.100 #4580

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Use .NET 8.0.100 #4580

merged 3 commits into from
Nov 14, 2023

Conversation

RicoSuter
Copy link
Owner

No description provided.

@lahma
Copy link
Collaborator

lahma commented Nov 13, 2023

Remember to regenerate yaml by running build.cmd, 8 RTM is also tomorrow I believe 😉

@RicoSuter
Copy link
Owner Author

Just running ./build.cmd does not change any files? Yeah I think we can also wait till tomorrow with that :-)

@lahma
Copy link
Collaborator

lahma commented Nov 13, 2023

It shoudl regenerate as you've touched the code that NUKE runs to generate the actual YAML files:

  NSwag  master ≡  14   8.0.100-rc.2.23502.2    gh pr checkout 4580
Switched to a new branch 'feature/use-net8-rc2'
branch 'feature/use-net8-rc2' set up to track 'upstream/feature/use-net8-rc2'.
  NSwag  feature/use-net8-rc2 ≡  14   8.0.100-rc.2.23502.2    .\build.cmd
PowerShell Desktop version 5.1.22621.2506
Microsoft (R) .NET SDK version 8.0.100-rc.2.23502.2
16:21:34 [WRN] Configuration files for GitHubActions (pr) have changed.
16:21:34 [WRN] Configuration files for GitHubActions (build) have changed.
Press any key to continue ...
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 62dce5fe9..9453fccd9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
       - uses: actions/setup-dotnet@v3
         with:
           dotnet-version: |
-            8.0.100-rc.1.23463.5
+            8.0.100-rc.2.23502.2
       - uses: actions/checkout@v3
       - name: 'Cache: .nuke/temp, ~/.nuget/packages'
         uses: actions/cache@v3

@RicoSuter RicoSuter changed the title Use .NET 8.0.100-rc.2 Use .NET 8.0.100 Nov 14, 2023
@RicoSuter RicoSuter merged commit 4002f3a into master Nov 14, 2023
1 check passed
lahma pushed a commit to lahma/NSwag that referenced this pull request Jan 20, 2024
* feature: Use .NET 8.0.100-rc.2

* specific version

* dotnet 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants