Skip to content

Commit 1d34868

Browse files
authored
Merge pull request #59 from dotTrench/dependabot/nuget/src/dotnet-proj-diff/multi-5ec357fc94
Bump Microsoft.Build from 17.11.4 to 17.11.48
2 parents 7c227ab + b602932 commit 1d34868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ProjectDiff.Core/ProjectDiff.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Build" Version="17.11.4"/>
14+
<PackageReference Include="Microsoft.Build" Version="17.11.48"/>
1515
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.48"/>
1616
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48"/>
1717

src/dotnet-proj-diff/dotnet-proj-diff.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Build" Version="17.11.4" ExcludeAssets="runtime"/>
16+
<PackageReference Include="Microsoft.Build" Version="17.11.48" ExcludeAssets="runtime"/>
1717
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.48" ExcludeAssets="runtime"/>
1818
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48" ExcludeAssets="runtime"/>
1919

test/ProjectDiff.Tests/ProjectDiff.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Build" Version="17.11.4" ExcludeAssets="runtime"/>
12+
<PackageReference Include="Microsoft.Build" Version="17.11.48" ExcludeAssets="runtime"/>
1313
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.48" ExcludeAssets="runtime"/>
1414
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48" ExcludeAssets="runtime"/>
1515

0 commit comments

Comments
 (0)