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

Update projects to support .NET Core 9 #20

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Update projects to support .NET Core 9 #20

merged 1 commit into from
Dec 31, 2024

Conversation

erenken
Copy link
Owner

@erenken erenken commented Dec 31, 2024

  • Enhanced build configurations to include .NET Core 9 alongside .NET Core 8 in build-tests.yml and release.yml.
  • Modified SampleConsoleApp.csproj to target net8.0 and net9.0, updated LangVersion to 13.0, and upgraded package references to version 9.0.0.
  • Updated myNOC.WeatherLink.csproj for multi-targeting with similar LangVersion and package reference upgrades to version 9.0.0.
  • Adjusted myNOC.Tests.WeatherLink.csproj to target both .NET 8 and .NET 9, set LangVersion to 13.0, and updated testing package versions to 9.0.0.

- Enhanced build configurations to include .NET Core 9 alongside .NET Core 8 in `build-tests.yml` and `release.yml`.
- Modified `SampleConsoleApp.csproj` to target `net8.0` and `net9.0`, updated `LangVersion` to 13.0, and upgraded package references to version 9.0.0.
- Updated `myNOC.WeatherLink.csproj` for multi-targeting with similar `LangVersion` and package reference upgrades to version 9.0.0.
- Adjusted `myNOC.Tests.WeatherLink.csproj` to target both .NET 8 and .NET 9, set `LangVersion` to 13.0, and updated testing package versions to 9.0.0.
@erenken erenken merged commit 3d9be6b into main Dec 31, 2024
2 of 3 checks passed
@erenken erenken deleted the work/updateNet9 branch December 31, 2024 05:03
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.

1 participant