Просмотр исходного кода

Bump Microsoft.Build.Utilities.Core from 16.10.0 to 16.11.0 (#857)

Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 16.10.0 to 16.11.0.
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Commits](https://github.com/dotnet/msbuild/compare/v16.10.0...v16.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Utilities.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>
dependabot[bot] 4 лет назад
Родитель
Сommit
d31c2a6a0a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/WinSW.Tasks/WinSW.Tasks.csproj

+ 1 - 1
src/WinSW.Tasks/WinSW.Tasks.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10.0" />
+    <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" />
     <PackageReference Include="Mono.Cecil" Version="0.11.4" />
   </ItemGroup>