Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1cbb53
Choose a base ref
...
head repository: dotnet/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 866c1ac
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 16, 2022

  1. Add output PackageDependenciesDesignTime to cache assets file

    - ResolvePackageDependencies only when EmitLegacyAssetsFileItem is true
    - Removing all the conditions that depend on EmitLegacyAssetsFileItems
    since there is case when this variable is false.
    - Get PackageDefinitions from Assets fileA dd output PackageDependenciesDesignTime to cache file
    - Remove call to task PreprocessPackageDependenciesDesignTime
    - Use _compileTimeTarget.Name instead of frameworkAlias
    - Delete PreprocessPackageDependenciesDesignTime task entirely
    - combine GetPackageDefinitions() with the loop
    - Add basic unit-tests for PackageDependenciesDesignTime
    ocalles committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3c469a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    f113f2e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix test paths

    dsplaisted committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    831c29f View commit details
    Browse the repository at this point in the history
  2. Update .NET Framework reference assemblies version

    The Microsoft.NETFramework.ReferenceAssemblies package version is hardcoded and should be updated to 1.0.3 since a new version was published over three months ago.
    ViktorHofer authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    52ea435 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29310 from dotnet/ViktorHofer-patch-1

    Update .NET Framework reference assemblies version
    marcpopMSFT authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    66d39d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #28405 from dotnet/github-27738

    Add PackageDependenciesDesignTime to cache assets file
    dsplaisted authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    866c1ac View commit details
    Browse the repository at this point in the history
Loading