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/msbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9df31a
Choose a base ref
...
head repository: dotnet/msbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee6f71d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 30, 2022

  1. Drop the net35 asset from the StringTools package (#8198)

    * Drop the net35 asset from the StringTools package
    
    As discussed offline, the StringTools package is currently not authored correctly as the StringTools assembly is differently named between target frameworks. More precisely, the net35 assembly is named differently than the rest of the builds: Microsoft.NET.StringTools.net35.dll. Reason for that is that this assembly is binplaced into a common folder with another tfm build of the same library.
    
    By dropping the net35 asset from the package, assembly FileNotFoundExceptions are avoided.
    Contributes to #8116(#8116)
    ViktorHofer authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ee6f71d View commit details
    Browse the repository at this point in the history
Loading