Skip to content

Update the minimum msbuild version for .NET 10 #49531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c15c0bd
Update the minimum msbuild version for .NET 10
marcpopMSFT Jun 23, 2025
61a3340
Update SCI and SRM
marcpopMSFT Jun 23, 2025
190c94e
Update the SCI version in the msbuildsdkresolver project
marcpopMSFT Jun 24, 2025
5ebd2c1
Update all of the runtime versions for msbuildsdk resolvers
marcpopMSFT Jun 25, 2025
d94e9c9
Remove a dependendency that's no longer included
marcpopMSFT Jun 25, 2025
0a11e08
Add System.Diagnostics.DiagnosticSource dependency
AR-May Jun 26, 2025
a63d4d9
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
AR-May Jun 26, 2025
de0b1ca
Add a comment
AR-May Jun 26, 2025
c0f769e
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Jun 27, 2025
140d92b
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Jul 16, 2025
982fb55
A bunch of msbuild sdks depended on an old STJ and so were broken…
marcpopMSFT Jul 18, 2025
39cad94
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Jul 25, 2025
e5fad35
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Jul 29, 2025
b7d7a31
Remove diagnosticsource as it's breaking the build
marcpopMSFT Jul 30, 2025
3cedf0e
Remove system.memory which the official build says it shouldn't have
marcpopMSFT Jul 30, 2025
8e2037d
Update Microsoft.DotNet.MSBuildSdkResolver.csproj
marcpopMSFT Jul 30, 2025
6b1984c
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Jul 31, 2025
2643774
Update the msbuildsdkresolver list locally to try to fix the build br…
marcpopMSFT Jul 31, 2025
bae0fe7
Merge branch 'main' into marcpopMSFT-updateminimumMSBuild
marcpopMSFT Aug 1, 2025
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
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
<MicrosoftBuildVersion>17.15.0-preview-25316-103</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.15.0-preview-25316-103</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.13</MinimumVSVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.14.8</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.14</MinimumVSVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/templating -->
Expand Down
2 changes: 1 addition & 1 deletion src/Layout/redist/minimumMSBuildVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.13.0
17.14.0
Loading