Comparing d794781cc7...964c28e59a · dotnet/source-build-reference-packages (original) (raw)
Commits on Feb 24, 2025
- Configuration menu
Browse the repository at this point in the history - [main] Update dependencies from dotnet/arcade, dotnet/sdk, dotnet/sou…
…rce-build-externals (#1171)
- Update dependencies from https://github.com/dotnet/arcade build 20250220.6
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25113.2 -> To Version 10.0.0-beta.25120.6 - Update dependencies from https://github.com/dotnet/source-build-externals build 20250218.1
Microsoft.SourceBuild.Intermediate.source-build-externals
From Version 10.0.611001 -> To Version 10.0.611801 - Update dependencies from https://github.com/dotnet/sdk build 20250222.1
Microsoft.DotNet.GenAPI.Task
From Version 10.0.100-preview.2.25114.7 -> To Version 10.0.100-preview.3.25122.1 - React to NuGet package pruning feature
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer viktor.hofer@microsoft.com
3 people authored
Feb 24, 2025
Configuration menu
Browse the repository at this point in the history
Commits on Feb 25, 2025
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Feb 27, 2025
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Feb 28, 2025
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Mar 1, 2025
Commits on Mar 3, 2025
- Configuration menu
Browse the repository at this point in the history - General SBRP infrastructure improvements (#1186)
- Disable NuGetAudit and NuGet package pruning warnings in GenAPI wrapper project
- Use TaskHostFactory in PackageSourceGenerator
Without TaskFactory="TaskHostFactory", the live built of PackageSourceGeneratorTask won't be used in a build loaded from a running node. - Use required modified in msbuild task
- Remove handling of framework assemblies
The framework assemblies concept in a nuspec isn't used by .NET Standard or .NETCoreApp packages. It's mainly needed for .NET Framework which this repo doesn't have assemblies for. - Remove NETStandard.Library implicit package reference
That was needed for netstandard1.x packages which this repo doesn't support anymore.
Configuration menu
Browse the repository at this point in the history
- Configuration menu
Browse the repository at this point in the history - Add PackageVersion property to projects (#1187)
- Update template and task to emit PackageVersion
The SDK uses the PackageVersion property as an input to NuGet package pruning and conflict resolution.
Having correct inputs passed to conflict resolution is essential to support ProjectReferences in this repository as it handles deciding which asset to compile against (framework vs P2P).
Until now, all projects use the default repository wide version information which is wrong.
Therefore, update the task, template and msbuild generate project entrypoint to emit the PackageVersion property into the project files. - Include PackageVersion in all projects
Automated change via the generate.sh script (and then filtering out unrelated changes). - Update text-only-packages as well
Configuration menu
Browse the repository at this point in the history