Skip to content

Commit ab1085b

Browse files
Update dependency Microsoft.Build.Utilities.Core to 17.12.6
1 parent b00e436 commit ab1085b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PascalABC.NET.SDK.UnitTests/PascalABC.NET.SDK.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<ProjectReference Include="..\PascalABC.NET.SDK\PascalABC.NET.SDK.csproj"/>
22-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4"/>
22+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.12.6"/>
2323
</ItemGroup>
2424

2525
</Project>

PascalABC.NET.SDK/PascalABC.NET.SDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ matches in the other location. -->
2929
<ItemGroup>
3030
<PackageReference Include="ChangelogAutomation.MSBuild" Version="2.0.0" PrivateAssets="All"/>
3131
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All"/>
32-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" PrivateAssets="All"/>
32+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.12.6" PrivateAssets="All"/>
3333
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)