mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Merge branch 'main' of github.com:dotnet/runtime into feature/use-dllimport-generator
This commit is contained in:
commit
108fcdb61c
3602 changed files with 177594 additions and 70149 deletions
|
@ -55,7 +55,9 @@
|
|||
<PackageDescription Condition="'$(PackageDescription)' == '' and '$(UseRuntimePackageDisclaimer)' == 'true'">$(RuntimePackageDisclaimer)</PackageDescription>
|
||||
<!-- Keep in sync as required by the Packaging SDK in Arcade. -->
|
||||
<Description>$(PackageDescription)</Description>
|
||||
<!-- BeforePack hook should be removed after porting all the projects to dotnet pack. -->
|
||||
<BeforePack>$(BeforePack);AddNETStandardCompatErrorFileForPackaging</BeforePack>
|
||||
<GenerateNuspecDependsOn>AddNETStandardCompatErrorFileForPackaging;$(GenerateNuspecDependsOn)</GenerateNuspecDependsOn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Remove when https://github.com/NuGet/Home/issues/10405 is implemented and consumed. -->
|
||||
|
@ -77,8 +79,7 @@
|
|||
<Target Name="AddNETStandardCompatErrorFileForPackaging"
|
||||
Condition="'@(NETStandardCompatError)' != ''"
|
||||
Inputs="%(NETStandardCompatError.Identity)"
|
||||
Outputs="unused"
|
||||
BeforeTargets="GetFiles">
|
||||
Outputs="unused">
|
||||
<PropertyGroup>
|
||||
<_NETStandardCompatErrorFilePath>$(BaseIntermediateOutputPath)netstandardcompaterrors\%(NETStandardCompatError.Identity)\$(PackageId).targets</_NETStandardCompatErrorFilePath>
|
||||
<_NETStandardCompatErrorFileTarget>NETStandardCompatError_$(PackageId.Replace('.', '_'))_$([System.String]::new('%(NETStandardCompatError.Supported)').Replace('.', '_'))</_NETStandardCompatErrorFileTarget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue