Skip to content

Commit ec8370f

Browse files
deps(test): update dependency microsoft.build.framework to 18.6.3 (#1119)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.Build.Framework](http://go.microsoft.com/fwlink/?LinkId=624683) ([source](https://redirect.github.com/dotnet/msbuild)) | `18.4.0` → `18.6.3` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Build.Framework/18.6.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Build.Framework/18.4.0/18.6.3?slim=true) | --- ### Release Notes <details> <summary>dotnet/msbuild (Microsoft.Build.Framework)</summary> ### [`v18.6.3`](https://redirect.github.com/dotnet/msbuild/releases/tag/v18.6.3) ##### What's Changed - Improve cross-platform node discovery for reuse with NodeMode filtering by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13256](https://redirect.github.com/dotnet/msbuild/pull/13256) - Updated common types XSD to remove errors from redefining `Include` attributes by [@&#8203;glektarssza](https://redirect.github.com/glektarssza) in [#&#8203;13284](https://redirect.github.com/dotnet/msbuild/pull/13284) - Update VersionPrefix to 18.6.0 + insertion flow by [@&#8203;MichalPavlik](https://redirect.github.com/MichalPavlik) in [#&#8203;13296](https://redirect.github.com/dotnet/msbuild/pull/13296) - Log warnings for skipped STR resource keys instead of failing the build by [@&#8203;OvesN](https://redirect.github.com/OvesN) in [#&#8203;13291](https://redirect.github.com/dotnet/msbuild/pull/13291) - Isolate MSBuildTaskHost from the rest of MSBuild Codebase by [@&#8203;DustinCampbell](https://redirect.github.com/DustinCampbell) in [#&#8203;13232](https://redirect.github.com/dotnet/msbuild/pull/13232) - Improve error messages when ToolTask overrides exit code 0 to -1 due to logged errors by [@&#8203;OvesN](https://redirect.github.com/OvesN) in [#&#8203;13303](https://redirect.github.com/dotnet/msbuild/pull/13303) - Migrate Exec task to TaskEnvironment API by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13171](https://redirect.github.com/dotnet/msbuild/pull/13171) - Enhance crash telemetry with richer diagnostics and EndBuild hang detection by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13304](https://redirect.github.com/dotnet/msbuild/pull/13304) - \[main] Update dependencies from nuget/nuget.client by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13309](https://redirect.github.com/dotnet/msbuild/pull/13309) - \[IBuildEngine callbacks] Stage 2: RequestCores/ReleaseCores by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13306](https://redirect.github.com/dotnet/msbuild/pull/13306) - Only get command line args names on modern .NET by [@&#8203;baronfel](https://redirect.github.com/baronfel) in [#&#8203;13314](https://redirect.github.com/dotnet/msbuild/pull/13314) - Detect and correct worker node over-provisioning by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13220](https://redirect.github.com/dotnet/msbuild/pull/13220) - Add App Host Support for MSBuild by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13175](https://redirect.github.com/dotnet/msbuild/pull/13175) - \[main] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13311](https://redirect.github.com/dotnet/msbuild/pull/13311) - Fix ObjectDisposedException in BuildsWhileBuildIsRunningOnServer test by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13316](https://redirect.github.com/dotnet/msbuild/pull/13316) - Add PoC of pipelines check skill by [@&#8203;JanKrivanek](https://redirect.github.com/JanKrivanek) in [#&#8203;13242](https://redirect.github.com/dotnet/msbuild/pull/13242) - Fix CodeSign.MissingSigningCert for xsd/Update-MSBuildXsds.ps1 by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13320](https://redirect.github.com/dotnet/msbuild/pull/13320) - Fix task host launch regressions from apphost support by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13325](https://redirect.github.com/dotnet/msbuild/pull/13325) - Enlighten GetFrameworkPath and GetFrameworkSdkPath. by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13282](https://redirect.github.com/dotnet/msbuild/pull/13282) - Add VMR codeflow health check to pipelines skill by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13326](https://redirect.github.com/dotnet/msbuild/pull/13326) - \[main] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13281](https://redirect.github.com/dotnet/msbuild/pull/13281) - Fix GenerateResource to track all ResXFileRef linked files for incremental builds by [@&#8203;OvesN](https://redirect.github.com/OvesN) in [#&#8203;13327](https://redirect.github.com/dotnet/msbuild/pull/13327) - Add escape hatch for not sharing assemblies from tools directory by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13305](https://redirect.github.com/dotnet/msbuild/pull/13305) - Add merge-dependency-updates skill for bot PR triage by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13331](https://redirect.github.com/dotnet/msbuild/pull/13331) - Add diagnostic data to crash/hang telemetry and move null-Project check after RetrieveFromCache by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13332](https://redirect.github.com/dotnet/msbuild/pull/13332) - Update remote-host-object.md with SDK .tlb shipping and IDispatch example by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13324](https://redirect.github.com/dotnet/msbuild/pull/13324) - \[main] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13341](https://redirect.github.com/dotnet/msbuild/pull/13341) - improve task migration skill by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13234](https://redirect.github.com/dotnet/msbuild/pull/13234) - Fix telemetry PII concerns: sanitize exceptions, project paths, and custom names by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13344](https://redirect.github.com/dotnet/msbuild/pull/13344) - Use .exe.config when loading "as full Framework" by [@&#8203;rainersigwald](https://redirect.github.com/rainersigwald) in [#&#8203;13349](https://redirect.github.com/dotnet/msbuild/pull/13349) - Fix RequestCores/ReleaseCores fallback in OOP TaskHost: throw NotImplementedException instead of logging error by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13345](https://redirect.github.com/dotnet/msbuild/pull/13345) - Fixed indentation for \_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences by [@&#8203;CEbbinghaus](https://redirect.github.com/CEbbinghaus) in [#&#8203;13358](https://redirect.github.com/dotnet/msbuild/pull/13358) - Fix Unix SessionId in handshake to enable cross-terminal node reuse by [@&#8203;JakeRadMSFT](https://redirect.github.com/JakeRadMSFT) in [#&#8203;13354](https://redirect.github.com/dotnet/msbuild/pull/13354) - Revert "Migrate Exec task to TaskEnvironment API" by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13367](https://redirect.github.com/dotnet/msbuild/pull/13367) - Look for apphost when considering node reuse by [@&#8203;rainersigwald](https://redirect.github.com/rainersigwald) in [#&#8203;13368](https://redirect.github.com/dotnet/msbuild/pull/13368) - Move lots of shared code to Microsoft.Build.Framework by [@&#8203;DustinCampbell](https://redirect.github.com/DustinCampbell) in [#&#8203;13364](https://redirect.github.com/dotnet/msbuild/pull/13364) - \[main] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13353](https://redirect.github.com/dotnet/msbuild/pull/13353) - Fix ScheduleTimeRecord.AccumulatedTime hang during solution close by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13375](https://redirect.github.com/dotnet/msbuild/pull/13375) - Update runtime package references to 10.0.3 by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13376](https://redirect.github.com/dotnet/msbuild/pull/13376) - \[main] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13378](https://redirect.github.com/dotnet/msbuild/pull/13378) - Fix ProjectImports.zip regression from shared FileUtilities statics by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13382](https://redirect.github.com/dotnet/msbuild/pull/13382) - Enrich EndBuild hang diagnostics with logging service and submission state by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13385](https://redirect.github.com/dotnet/msbuild/pull/13385) - Enhance path normalization: add handling for consecutive directory separators by [@&#8203;tommcdon](https://redirect.github.com/tommcdon) in [#&#8203;13369](https://redirect.github.com/dotnet/msbuild/pull/13369) - Move task environment drivers to Framework. by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13380](https://redirect.github.com/dotnet/msbuild/pull/13380) - Update MicrosoftBuildVersion in analyzer template by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;13298](https://redirect.github.com/dotnet/msbuild/pull/13298) - Replace ProjectCacheService null Project crash with diagnostic telemetry by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13396](https://redirect.github.com/dotnet/msbuild/pull/13396) - Add agentic workflow to auto-close PRs older than 180 days by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13400](https://redirect.github.com/dotnet/msbuild/pull/13400) - Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID [`1357533`](https://redirect.github.com/dotnet/msbuild/commit/13575337) by [@&#8203;dotnet-bot](https://redirect.github.com/dotnet-bot) in [#&#8203;13394](https://redirect.github.com/dotnet/msbuild/pull/13394) - Respect MSBUILDPRESERVETOOLTEMPFILES in ProcessExit cleanup by [@&#8203;DmitriyShepelev](https://redirect.github.com/DmitriyShepelev) in [#&#8203;13395](https://redirect.github.com/dotnet/msbuild/pull/13395) - Fix stale PR workflow: enable close\_pull\_request tool and add 30+7 day inactivity grace period by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13402](https://redirect.github.com/dotnet/msbuild/pull/13402) - Fix RecursiveDir metadata loss in -mt builds (TaskHost boundary only) by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13318](https://redirect.github.com/dotnet/msbuild/pull/13318) - Improve logging for AppDomain assembly load tracking by [@&#8203;OvesN](https://redirect.github.com/OvesN) in [#&#8203;13359](https://redirect.github.com/dotnet/msbuild/pull/13359) - Proposal: instructions, skills and review agent by [@&#8203;T-Gro](https://redirect.github.com/T-Gro) in [#&#8203;13397](https://redirect.github.com/dotnet/msbuild/pull/13397) - Fix System.IO.File/Directory property functions with relative paths in -mt mode by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13239](https://redirect.github.com/dotnet/msbuild/pull/13239) - Add skill for patching VS with build msbuild by [@&#8203;JanKrivanek](https://redirect.github.com/JanKrivanek) in [#&#8203;13405](https://redirect.github.com/dotnet/msbuild/pull/13405) - \[main] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#&#8203;13388](https://redirect.github.com/dotnet/msbuild/pull/13388) - Fix macOS symlink handshake mismatch in .NET task host (MSB4216) by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13406](https://redirect.github.com/dotnet/msbuild/pull/13406) - Pre-size MultiDictionary in CreateEvaluatedIncludeSnapshotIfRequested to avoid resize allocations by [@&#8203;nareshjo](https://redirect.github.com/nareshjo) in [#&#8203;13377](https://redirect.github.com/dotnet/msbuild/pull/13377) - Remove wrong review instructinons by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13414](https://redirect.github.com/dotnet/msbuild/pull/13414) - Add default fallback TaskEnvironment to all IMultiThreadableTask implementations by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13415](https://redirect.github.com/dotnet/msbuild/pull/13415) - Simplify vs-insertion pipelines: remove obsolete rel/dX.Y branch logic by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13409](https://redirect.github.com/dotnet/msbuild/pull/13409) - Fix thread safety issues in WorkerNodeTelemetryData by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13413](https://redirect.github.com/dotnet/msbuild/pull/13413) - Skip results transfer in MT mode to fix ResultsNodeId race by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13417](https://redirect.github.com/dotnet/msbuild/pull/13417) - Move more shared files to a single binary by [@&#8203;DustinCampbell](https://redirect.github.com/DustinCampbell) in [#&#8203;13370](https://redirect.github.com/dotnet/msbuild/pull/13370) - Fix ToolTask hang when grandchild processes inherit pipe handles by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13351](https://redirect.github.com/dotnet/msbuild/pull/13351) - Fix ShouldTreatWarningAsError in OOP TaskHost checking wrong collection by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;13440](https://redirect.github.com/dotnet/msbuild/pull/13440) - Add MSBuild.Benchmarks and greatly improve ItemSpecModifiers and BuiltInMetadata performance by [@&#8203;DustinCampbell](https://redirect.github.com/DustinCampbell) in [#&#8203;13386](https://redirect.github.com/dotnet/msbuild/pull/13386) - Fix Unix paths normalization in properties in /mt mode. by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13439](https://redirect.github.com/dotnet/msbuild/pull/13439) - Fix race conditions in AssemblyTaskFactory class. by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13422](https://redirect.github.com/dotnet/msbuild/pull/13422) - Allow referencing virtual projects by [@&#8203;jjonescz](https://redirect.github.com/jjonescz) in [#&#8203;13389](https://redirect.github.com/dotnet/msbuild/pull/13389) - Simplify release, add agent skill to drive release activities by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13408](https://redirect.github.com/dotnet/msbuild/pull/13408) - Fix TaskHostTask to pass request-level global properties to TaskHost by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13443](https://redirect.github.com/dotnet/msbuild/pull/13443) - Fix race condition in LoggingService.ProcessLoggingEvent after shutdown by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13450](https://redirect.github.com/dotnet/msbuild/pull/13450) - Skip HandleBuildResultAsync when ProjectInstance is not loaded on in-proc node by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13445](https://redirect.github.com/dotnet/msbuild/pull/13445) - Thread-safe task analyzer (without IL decompiler) by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13444](https://redirect.github.com/dotnet/msbuild/pull/13444) - Expose public API for TaskEnvironment construction by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13383](https://redirect.github.com/dotnet/msbuild/pull/13383) - unexclude repositories in -mt validation VMR pipeline by [@&#8203;JanProvaznik](https://redirect.github.com/JanProvaznik) in [#&#8203;13460](https://redirect.github.com/dotnet/msbuild/pull/13460) - Version bump check fix by [@&#8203;MichalPavlik](https://redirect.github.com/MichalPavlik) in [#&#8203;13461](https://redirect.github.com/dotnet/msbuild/pull/13461) - Add ETW events for node launch lifecycle by [@&#8203;rainersigwald](https://redirect.github.com/rainersigwald) in [#&#8203;13459](https://redirect.github.com/dotnet/msbuild/pull/13459) - Refactor: use TaskEnvironment public API by [@&#8203;AR-May](https://redirect.github.com/AR-May) in [#&#8203;13462](https://redirect.github.com/dotnet/msbuild/pull/13462) - Prefer dotnet MSBuild.dll for out-of-proc worker nodes in CLI scenarios by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;13452](https://redirect.github.com/dotnet/msbuild/pull/13452) - Final branding for 18.6 release by [@&#8203;MichalPavlik](https://redirect.github.com/MichalPavlik) in [#&#8203;13473](https://redirect.github.com/dotnet/msbuild/pull/13473) - Default to enumerating "MSBuild" processes by [@&#8203;rainersigwald](https://redirect.github.com/rainersigwald) in [#&#8203;13501](https://redirect.github.com/dotnet/msbuild/pull/13501) - \[vs18.6] Fix telemetry allocation regression: per-engine collector ownership by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;13581](https://redirect.github.com/dotnet/msbuild/pull/13581) - \[vs18.6] Fix cross-AppDomain TaskItem modifier cache regression by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;13515](https://redirect.github.com/dotnet/msbuild/pull/13515) ##### New Contributors - [@&#8203;glektarssza](https://redirect.github.com/glektarssza) made their first contribution in [#&#8203;13284](https://redirect.github.com/dotnet/msbuild/pull/13284) - [@&#8203;CEbbinghaus](https://redirect.github.com/CEbbinghaus) made their first contribution in [#&#8203;13358](https://redirect.github.com/dotnet/msbuild/pull/13358) - [@&#8203;tommcdon](https://redirect.github.com/tommcdon) made their first contribution in [#&#8203;13369](https://redirect.github.com/dotnet/msbuild/pull/13369) - [@&#8203;T-Gro](https://redirect.github.com/T-Gro) made their first contribution in [#&#8203;13397](https://redirect.github.com/dotnet/msbuild/pull/13397) **Full Changelog**: <dotnet/msbuild@v18.5.4...v18.6.3> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Kimpenhaus <kimpenhaus@devil-engineering.de>
1 parent 6d173a4 commit ec8370f

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

src/KubeOps.Cli/KubeOps.Cli.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.3.0" />
27-
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" ExcludeAssets="runtime" />
27+
<PackageReference Include="Microsoft.Build.Framework" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
28+
<PackageReference Include="Microsoft.NET.StringTools" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
2829
<PackageReference Include="Spectre.Console" Version="0.55.2" />
2930
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0">
3031
<PrivateAssets>all</PrivateAssets>
@@ -39,4 +40,4 @@
3940
<ProjectReference Include="..\KubeOps.Transpiler\KubeOps.Transpiler.csproj" />
4041
</ItemGroup>
4142

42-
</Project>
43+
</Project>

test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="5.3.0" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
14-
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" ExcludeAssets="runtime" />
14+
<PackageReference Include="Microsoft.Build.Framework" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
15+
<PackageReference Include="Microsoft.NET.StringTools" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
1516
<PackageReference Include="Spectre.Console.Testing" Version="0.55.2" />
1617
</ItemGroup>
17-
</Project>
18+
</Project>

test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<PackageReference Include="KubernetesClient" Version="19.0.2" />
4-
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" ExcludeAssets="runtime" />
4+
<PackageReference Include="Microsoft.Build.Framework" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
55
<PackageReference Include="Microsoft.Build.Locator" Version="1.11.2" />
6+
<PackageReference Include="Microsoft.NET.StringTools" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
67
<PackageReference Include="Microsoft.CodeAnalysis" Version="5.3.0" />
78
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="5.3.0" />
89
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
@@ -16,4 +17,4 @@
1617
<ProjectReference Include="..\..\src\KubeOps.Operator\KubeOps.Operator.csproj"/>
1718
<ProjectReference Include="..\..\src\KubeOps.Transpiler\KubeOps.Transpiler.csproj"/>
1819
</ItemGroup>
19-
</Project>
20+
</Project>

test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
99
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.3.0" />
10-
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" ExcludeAssets="runtime" />
10+
<PackageReference Include="Microsoft.Build.Framework" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
11+
<PackageReference Include="Microsoft.NET.StringTools" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
1112
</ItemGroup>
1213
<ItemGroup Condition="'$(TargetFramework)'=='net8.0' Or '$(TargetFramework)'=='net9.0'">
1314
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.8"/>
@@ -27,4 +28,4 @@
2728
<PropertyGroup>
2829
<NoWarn>CS0618</NoWarn>
2930
</PropertyGroup>
30-
</Project>
31+
</Project>

test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.3.0" />
11-
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" ExcludeAssets="runtime" />
11+
<PackageReference Include="Microsoft.Build.Framework" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
12+
<PackageReference Include="Microsoft.NET.StringTools" Version="18.6.3" ExcludeAssets="runtime" PrivateAssets="all" />
1213
</ItemGroup>
1314

1415
<ItemGroup>
1516
<ProjectReference Include="..\..\src\KubeOps.Transpiler\KubeOps.Transpiler.csproj" />
1617
</ItemGroup>
1718

18-
</Project>
19+
</Project>

0 commit comments

Comments
 (0)