Skip to content

Commit 7be4fcf

Browse files
authored
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' (#50827)
2 parents fc9103f + c5d7d85 commit 7be4fcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@
417417
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
418418
</Dependency>
419419
<!-- Intermediate is necessary for source build. -->
420-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24511.3">
420+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25462.1">
421421
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
422-
<Sha>c43ee853e96528e2f2eb0f6d8c151ddc07b6a844</Sha>
422+
<Sha>c0c87c3c3c8a5bf00101b729dc27f34bc7f0ce73</Sha>
423423
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
424424
</Dependency>
425425
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25059.4">

eng/install-scancode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
66

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

1010
pyEnvPath="/tmp/scancode-env"
1111
python3 -m venv $pyEnvPath

test/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselineFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ 4 when IsFramework(segments[4]) => "${Tfm}",
391391

392392
return file;
393393

394-
bool IsFramework(string segment)
394+
static bool IsFramework(string segment)
395395
{
396396
try
397397
{

0 commit comments

Comments
 (0)