buildpacks: Fix acceptance test regressions caused by .NET6 release
It looks like the .NET6 release broke many of our acceptance tests. I would have expected the dotnet runtime buildpack to automatically respect the version in the .csproj but it seems this is not the case. For now we pinned the GOOGLE_RUNTIME_VERSION
in all the acceptance tests but we should find a way to remove this. We should also add some .NET6 specific acceptance tests.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 24 (14 by maintainers)
Hello @jjdelorme thanks for asking. I’m behind on this one but should have a fix out by end of year.
This should be fixed, I just built a sample .NET 6.0 application with the following:
Just got another commit in: https://github.com/GoogleCloudPlatform/buildpacks/commit/3ea8b29ab9b347eef62720b202c17646baf813ab
There is one more coming and then .NET 6 should work.
Hi @jjdelorme, thanks for reporting your issue. I have a fix for this and it will likely be available late next week.