File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "powershell" : {
6- "version" : " 7.5.1 " ,
6+ "version" : " 7.5.2 " ,
77 "commands" : [
88 " pwsh"
99 ],
Original file line number Diff line number Diff line change 11# Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions
2- FROM mcr.microsoft.com/dotnet/sdk:9.0.301-noble@sha256:4f50505b5344e9d8a76805d71bb4ba76da6b01656e17a66a8ce1e4c4dfaaec12
2+ FROM mcr.microsoft.com/dotnet/sdk:9.0.301-noble@sha256:4fd7d3e5aeb6cfb75e923a54cdb0b6e858b27ad3b517837917c57c2e632b5694
33
44# Installing mono makes `dotnet test` work without errors even for net472.
55# But installing it takes a long time, so it's excluded by default.
Original file line number Diff line number Diff line change 1919 <EnableDynamicPlatformResolution >true</EnableDynamicPlatformResolution >
2020
2121 <!-- Opt in till https://github.com/NuGet/Home/issues/9803 makes this the default. -->
22- <!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
23- <RestoreUseStaticGraphEvaluation >false</RestoreUseStaticGraphEvaluation >
22+ <RestoreUseStaticGraphEvaluation >true</RestoreUseStaticGraphEvaluation >
2423
2524 <!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
2625 <DebugType Condition =" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' " >embedded</DebugType >
You can’t perform that action at this time.
0 commit comments