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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Mono.Cecil" />
<!-- Compile-time only: the MSBuild host provides these assemblies at runtime. Pinned to a
version that ships both net472 and net8.0 assets. -->
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="17.8.3" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="18.8.2" ExcludeAssets="runtime" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- The task excludes MSBuild runtime assets (the MSBuild host provides them); the unit
tests run the task in-process, so they need them for real. -->
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="17.8.3" />
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="18.8.2" />
</ItemGroup>

<!-- The internals-access pipeline itself is imported by TUnit.Mocks.targets. -->
Expand Down
Loading