mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 16.11.0 to 17.2.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Commits](https://github.com/dotnet/msbuild/compare/v16.11.0...v17.2.0) --- updated-dependencies: - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
415 B
XML
15 lines
415 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net461</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.2.0" />
|
|
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|