Skip to content

Commit e7df0d3

Browse files
dependabot[bot]kzu
authored andcommitted
Bump Microsoft.Build and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Microsoft.Build](https://github.com/dotnet/msbuild) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Microsoft.Build` from 17.12.6 to 17.13.9 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1813bd5 commit e7df0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NuGetizer.Tests/NuGetizer.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
15-
<PackageReference Include="Microsoft.Build" Version="17.12.6" ExcludeAssets="runtime" />
15+
<PackageReference Include="Microsoft.Build" Version="17.13.9" ExcludeAssets="runtime" />
1616
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" ExcludeAssets="runtime" />
1717
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
1818
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.386" />

0 commit comments

Comments
 (0)