xamarin-macios/Directory.Build.props

10 строки
496 B
Plaintext
Исходник Обычный вид История

<Project>
<PropertyGroup>
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
<MonoCecilPackageVersion>0.11.5</MonoCecilPackageVersion>
[net9.0] Update dependencies from dotnet/installer (#19844) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 3727984b-7a79-4ba3-37dd-08dbe6bddf31 - **Build**: 20240120.3 - **Date Produced**: January 20, 2024 9:10:48 PM UTC - **Commit**: f91d4ca399ea4389d04b4700965d207f3a8d5c3b - **Branch**: refs/heads/main - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 9.0.100-alpha.1.24062.11 to 9.0.100-alpha.1.24070.3][11] - **Microsoft.NET.ILLink.Tasks**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] - **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-alpha.1.24061.8 to 9.0.0-alpha.1.24068.16][13] - **Microsoft.NETCore.App.Ref**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] - **Microsoft.NETCore.App.Ref**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] [11]: https://github.com/dotnet/installer/compare/5e2e0f9758...f91d4ca399 [12]: https://github.com/dotnet/runtime/compare/22ba7d607b...dbb335c6ba [13]: https://github.com/dotnet/aspnetcore/compare/a19c70eba3...b89e21ed72 ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) - **Coherency Updates**: - **Microsoft.NET.ILLink.Tasks**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.AspNetCore.App.Ref**: from 9.0.0-alpha.1.24061.8 to 9.0.0-alpha.1.24068.16 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal)
2024-01-23 09:24:51 +03:00
<MSBuildStructuredLoggerPackageVersion>2.2.158</MSBuildStructuredLoggerPackageVersion>
</PropertyGroup>
<Import Project="Build.props" Condition="Exists('Build.props')" />
</Project>