Skip to content

Commit 52d4b5f

Browse files
committed
Update MSBuildLocator submodule to v1.10.2.
This version provides a fix for crashing on Mono (dotnet/msbuild#12570).
1 parent ae6d047 commit 52d4b5f

File tree

4 files changed

+27
-38
lines changed

4 files changed

+27
-38
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>8.0.1</AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>
1414
<CssParserReleaseVersionSuffix>20230414.1</CssParserReleaseVersionSuffix>
1515
<HumanizerReleaseVersion>2.14.1</HumanizerReleaseVersion>
16-
<MSBuildLocatorReleaseVersion>1.8.1</MSBuildLocatorReleaseVersion>
16+
<MSBuildLocatorReleaseVersion>1.10.2</MSBuildLocatorReleaseVersion>
1717
<SolutionPersistenceVersion>1.0.52</SolutionPersistenceVersion>
1818
</PropertyGroup>
1919
<PropertyGroup>

src/externalPackages/patches/MSBuildLocator/0002-Move-to-net8.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From d3449618da87b81090aa1bcf5d16a378e05f9784 Mon Sep 17 00:00:00 2001
2+
From: Tom Deseyn <[email protected]>
3+
Date: Mon, 6 Oct 2025 15:34:23 +0200
4+
Subject: [PATCH 1/1] Update target framework.
5+
6+
---
7+
src/MSBuildLocator/Microsoft.Build.Locator.csproj | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/src/MSBuildLocator/Microsoft.Build.Locator.csproj b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
11+
index 7308e50..5ade71c 100644
12+
--- a/src/MSBuildLocator/Microsoft.Build.Locator.csproj
13+
+++ b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
14+
@@ -1,7 +1,7 @@
15+
<Project Sdk="Microsoft.NET.Sdk">
16+
<PropertyGroup>
17+
<OutputType>Library</OutputType>
18+
- <TargetFrameworks>net46;net8.0</TargetFrameworks>
19+
+ <TargetFrameworks>net8.0</TargetFrameworks>
20+
<DebugType>full</DebugType>
21+
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
22+
<AssemblyName>Microsoft.Build.Locator</AssemblyName>
23+
--
24+
2.51.0
25+

0 commit comments

Comments
 (0)