Skip to content
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24511.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25462.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>c43ee853e96528e2f2eb0f6d8c151ddc07b6a844</Sha>
<Sha>c0c87c3c3c8a5bf00101b729dc27f34bc7f0ce73</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25059.4">
Expand Down
2 changes: 1 addition & 1 deletion eng/install-scancode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip

# See latest release at https://github.com/nexB/scancode-toolkit/releases
SCANCODE_VERSION="32.4.0"
SCANCODE_VERSION="32.4.1"

pyEnvPath="/tmp/scancode-env"
python3 -m venv $pyEnvPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ 4 when IsFramework(segments[4]) => "${Tfm}",

return file;

bool IsFramework(string segment)
static bool IsFramework(string segment)
{
try
{
Expand Down