Skip to content

Commit 4e99a53

Browse files
Bump Microsoft.Build.Utilities.Core from 18.3.3 to 18.4.0 (#12)
* Bump Microsoft.Build.Utilities.Core from 18.3.3 to 18.4.0 --- updated-dependencies: - dependency-name: Microsoft.Build.Utilities.Core dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix SDK NuGet package outputs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tommy <info@flexforge.me>
1 parent e2a67d2 commit 4e99a53

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageVersion Include="Microsoft.AspNet.WebApi.Core" Version="5.3.0" />
1414
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.4" />
1515
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
16-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.3.3" />
16+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
1717
<!--
1818
Be careful to update this package, because it might require a newer version of the compiler:
1919
The analyzer assembly 'Dibix.Testing.Generators.dll' references version '4.11.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'.

src/Dibix.Sdk.Cli/Dibix.Sdk.Cli.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<_ToolItem Include="System.Text.Encodings.Web.dll" />
6565
<_ToolItem Include="System.Text.Json.dll" />
6666
<_ToolItem Include="System.Threading.Tasks.Extensions.dll" />
67-
<_ToolItem Include="System.ValueTuple.dll" />
6867
</ItemGroup>
6968

7069
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">

0 commit comments

Comments
 (0)