Commit e7bacc3
authored
[ci] Update azure-pipelines.yaml to Pin .NET 6.0.202 (#986)
Mono uses the .NET 6 reference libraries to build the `net6.0`
binaries with its `msbuild`. This works for .NET 6 `6.0.202`;
however when .NET 6 is upgraded to `6.0.300` it now fails with:
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1232,5):
error MSB3971: The reference assemblies for ".NETFramework,Version=v6.0" were not found.
You might be using an older .NET SDK to target .NET 5.0 or higher.
Update Visual Studio and/or your .NET SDK.
Pin our .NET 6 to the working version for now so we can continue to
build successfully on CI.1 parent fb94d59 commit e7bacc3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments