-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bump to .NET 8 '8.0.204' generator. #869
Conversation
@@ -10,7 +10,7 @@ | |||
|
|||
<!-- Use an updated 'generator' --> | |||
<!-- It's ok to use "Windows" here because we only use managed code from this package --> | |||
<_BindingsToolsLocation>$(MSBuildThisFileDirectory)/tools/Microsoft.Android.Sdk.Windows.34.0.43/tools/</_BindingsToolsLocation> | |||
<_BindingsToolsLocation>$(MSBuildThisFileDirectory)/tools/Microsoft.Android.Sdk.Windows.34.0.95/tools/</_BindingsToolsLocation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would wait, because I found Microsoft.Android.Sdk.Windows
anything above current version we use crashes with dotnet exited with code 1
I have repro PR prepared. Waiting review and merging of tooling updates PR.
Affected versions:
https://www.nuget.org/packages/Microsoft.Android.Sdk.Windows/34.0.52
https://www.nuget.org/packages/Microsoft.Android.Sdk.Windows/34.0.79
https://www.nuget.org/packages/Microsoft.Android.Sdk.Windows/34.0.85
https://www.nuget.org/packages/Microsoft.Android.Sdk.Windows/34.0.95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Crashes explained.
Update the version of
generator
used to build thenet7.0-android
version of our packages.This should contain dotnet/java-interop#1202, which is needed for binding AndroidX Media3.