[master] Update dependencies from dotnet/arcade#4251
[master] Update dependencies from dotnet/arcade#4251dotnet-maestro[bot] merged 4 commits intomasterfrom
Conversation
…317.10 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19167.10
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
LICENSE
Outdated
There was a problem hiding this comment.
@livarcocc can you make sure this license change is ok? New Arcade requires it.
71f0e25 to
c22da67
Compare
|
I give up: now CI builds are failing because they run using MSBuild 15 and so can't use an SDK with a new enough NuGet to pack the new Arcade defaults. Do we have to switch to a 2019 pool @tmat? |
Auto-Merge StatusThis pull request has been merged because the following merge policies have succeeded.
|
e114c87 to
c089ed3
Compare
This is required by new enforcement of LicenseExpression, which isn't supported by versions of NuGet before 4.9, included with MSBuilds before 15.9.
c089ed3 to
171f971
Compare
| <owners>Microsoft</owners> | ||
| <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <licenseUrl>$licenseUrl$</licenseUrl> | ||
| <license type="expression">$licenseExpression$</license> |
There was a problem hiding this comment.
BTW: repository metadata element is missing here.
You can clean this up and make sure all metadata is set by using $CommonMetadataElements$ variable like so:
This variable is set by Arcade based on standard project properties here: https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets#L121
This pull request updates the following dependencies
From https://github.com/dotnet/arcade