Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Bump to Mono with MSBuild 16.10 (#848)
We've been seeing a NuGet restore error when running `make prepare` on a macOS systems with .NET 6 Preview 4 (or greater) installed: Restoring packages for /Users/peter/source/java.interop/tools/logcat-parse/logcat-parse.csproj... NU1202: Package Mono.CSharp 4.0.0.143 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Mono.CSharp 4.0.0.143 supports: net45 (.NETFramework,Version=v4.5) … Errors in /Users/peter/source/java.interop/tools/logcat-parse/logcat-parse.csproj NU1202: Package Mono.CSharp 4.0.0.143 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Mono.CSharp 4.0.0.143 supports: net45 (.NETFramework,Version=v4.5) This error does not manifest when restoring or building with older .NET 6 previews. This issue is no longer present in a newer version of Mono 6.12 which includes MSBuild 16.10. Fix the error by provisioning Mono 6.12.0.145.
- Loading branch information