Commit 7c4f7db
authored
[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.1 parent 0227cda commit 7c4f7db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments