Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>8.0.1</AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>
<CssParserReleaseVersionSuffix>20230414.1</CssParserReleaseVersionSuffix>
<HumanizerReleaseVersion>2.14.1</HumanizerReleaseVersion>
<MSBuildLocatorReleaseVersion>1.8.1</MSBuildLocatorReleaseVersion>
<MSBuildLocatorReleaseVersion>1.10.2</MSBuildLocatorReleaseVersion>
<SolutionPersistenceVersion>1.0.52</SolutionPersistenceVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From d3449618da87b81090aa1bcf5d16a378e05f9784 Mon Sep 17 00:00:00 2001
From: Tom Deseyn <tom.deseyn@gmail.com>
Date: Mon, 6 Oct 2025 15:34:23 +0200
Subject: [PATCH 1/1] Update target framework.

---
src/MSBuildLocator/Microsoft.Build.Locator.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MSBuildLocator/Microsoft.Build.Locator.csproj b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
index 7308e50..5ade71c 100644
--- a/src/MSBuildLocator/Microsoft.Build.Locator.csproj
+++ b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
- <TargetFrameworks>net46;net8.0</TargetFrameworks>
+ <TargetFrameworks>net10.0</TargetFrameworks>
<DebugType>full</DebugType>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<AssemblyName>Microsoft.Build.Locator</AssemblyName>
--
2.51.0

Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
From 172ddcea384b69303bbfb9a0a3df39741f84adba Mon Sep 17 00:00:00 2001
From: Ella Hathaway <ellahathaway@microsoft.com>
Date: Thu, 14 Aug 2025 23:16:58 +0000
Subject: [PATCH] Remove MicroBuild signing
From 75791e299a84b72a68150cd3a6e5435c47886cbc Mon Sep 17 00:00:00 2001
From: Tom Deseyn <tom.deseyn@gmail.com>
Date: Mon, 6 Oct 2025 17:36:58 +0200
Subject: [PATCH 1/1] Remove MicroBuild signing
Backport: https://github.com/dotnet/arcade/issues/16057

---
.../Microsoft.Build.Locator.csproj | 18 ------------------
1 file changed, 18 deletions(-)
.../Microsoft.Build.Locator.csproj | 16 ----------------
1 file changed, 16 deletions(-)

diff --git a/src/MSBuildLocator/Microsoft.Build.Locator.csproj b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
index 2df3750..3990321 100644
index 5ade71c..07c935d 100644
--- a/src/MSBuildLocator/Microsoft.Build.Locator.csproj
+++ b/src/MSBuildLocator/Microsoft.Build.Locator.csproj
@@ -29,22 +29,4 @@
@@ -23,20 +23,4 @@
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.12.2149" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.36" PrivateAssets="all" />
</ItemGroup>

- <ItemGroup>
- <PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="all" />
- <Content Include="build\Microsoft.Build.Locator.props">
Expand All @@ -27,14 +27,11 @@ index 2df3750..3990321 100644
- <PackagePath>build\</PackagePath>
- </Content>
- </ItemGroup>
-
- <ItemGroup>
- <FilesToSign Include="$(OutDir)\Microsoft.Build.Locator.dll">
- <Authenticode>Microsoft400</Authenticode>
- </FilesToSign>
- </ItemGroup>
-
</Project>
--
2.43.0

2.51.0