Skip to content

Commit 5229ae3

Browse files
Bump Microsoft.Build.Tasks.Core from 17.1.0 to 17.2.0 (#1098)
Bumps [Microsoft.Build.Tasks.Core](https://github.com/dotnet/msbuild) from 17.1.0 to 17.2.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Commits](dotnet/msbuild@v17.1.0...v17.2.0) --- updated-dependencies: - dependency-name: Microsoft.Build.Tasks.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f425a0 commit 5229ae3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Fody/Fody.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" PrivateAssets="All" />
1414
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
1515
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
16-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.1.0" PrivateAssets="All" />
16+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" PrivateAssets="All" />
1717
<Compile Include="..\FodyHelpers\Guard.cs" Link="Guard.cs" />
1818
<Compile Include="..\FodyHelpers\MessageImportance.cs" Link="MessageImportance.cs" />
1919
<Compile Include="..\FodyHelpers\MessageImportanceDefaults.cs" Link="MessageImportanceDefaults.cs" />

FodyHelpers.Tests/FodyHelpers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.1.0" />
17+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
1818
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
2020
<PackageReference Include="Verify.Xunit" Version="16.7.0" />

Tests/Tests.csproj

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

1818
<ItemGroup>
1919
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
20-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.1.0" />
20+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
2121
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
2323
<PackageReference Include="Verify.Xunit" Version="16.7.0" />

0 commit comments

Comments
 (0)