File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/Smdn.Reflection.ReverseGenerating.ListApi Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,15 @@ SPDX-License-Identifier: MIT
4242 </ItemGroup >
4343
4444 <ItemGroup Condition =" '$(EnableFeature_BuildProjectFile)' == 'True' " >
45- <!-- Overrides the package version of Newtonsoft.Json which NuGet.Packaging refers to -->
46- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
47-
4845 <PackageReference Include =" System.Runtime.Loader" Version =" 4.3.0" Condition =" $(TargetFramework.StartsWith('net4'))" />
49- <PackageReference Include =" Microsoft.Build" Version =" 16 .11.0 " />
50- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 16 .11.0 " />
51- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 16 .11.0 " />
46+ <PackageReference Include =" Microsoft.Build" Version =" 17 .11.31 " />
47+ <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 17 .11.31 " />
48+ <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 17 .11.31 " />
5249 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 6.0.0" Condition =" $(TargetFramework.StartsWith('net6.'))" />
5350 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 7.0.0" Condition =" $(TargetFramework.StartsWith('net7.'))" />
5451 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 8.0.0" Condition =" $(TargetFramework.StartsWith('net8.'))" />
5552 <PackageReference Include =" Microsoft.NET.HostModel" Version =" 3.1.16" />
56- <PackageReference Include =" NuGet.ProjectModel" Version =" 5.11 .0" />
53+ <PackageReference Include =" NuGet.ProjectModel" Version =" 6.14 .0" />
5754 <PackageReference Include =" Smdn.Fundamental.Shell" Version =" 3.0.0" />
5855 </ItemGroup >
5956
You can’t perform that action at this time.
0 commit comments