Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link
Contributor

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


<!-- Enable DIM/SIM for Classic (defaults to true on .NET) -->
<AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>true</AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#tool nuget:?package=vswhere&version=3.1.7

#tool nuget:?package=Cake.CoreCLR
#tool nuget:?package=Microsoft.Android.Sdk.Windows&version=34.0.43
#tool nuget:?package=Microsoft.Android.Sdk.Windows&version=34.0.95

// Cake Addins
#addin nuget:?package=Cake.FileHelpers&version=7.0.0
Expand Down