Skip to content

Commit

Permalink
Bump Microsoft.Build.Tasks.Core from 17.1.0 to 17.6.3
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Build.Tasks.Core](https://github.com/dotnet/msbuild) from 17.1.0 to 17.6.3.
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.1.0...v17.6.3)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Tasks.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2023
1 parent 9c48963 commit b413ffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Fody/Fody.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
Expand All @@ -13,7 +13,7 @@
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.1.0]" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.6.3]" PrivateAssets="All" />
<Compile Include="..\FodyHelpers\Guard.cs" Link="Guard.cs" />
<Compile Include="..\FodyHelpers\MessageImportance.cs" Link="MessageImportance.cs" />
<Compile Include="..\FodyHelpers\MessageImportanceDefaults.cs" Link="MessageImportanceDefaults.cs" />
Expand Down
2 changes: 1 addition & 1 deletion FodyHelpers.Tests/FodyHelpers.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.1.0]" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.6.3]" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Verify.Xunit" Version="19.14.1" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.1.0]" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.6.3]" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Verify.Xunit" Version="19.14.1" />
Expand Down

0 comments on commit b413ffd

Please sign in to comment.