Merge branch 'release/8.0.3xx'

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
This commit is contained in:
Jason Zhai 2024-02-20 23:21:19 -08:00 коммит произвёл Rainer Sigwald
Родитель 9832e8f1be 0be44f810f
Коммит af1a1f8c4a
5 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -47,8 +47,8 @@
<PackageReference Include="NuGet.Packaging.Core" />
<PackageReference Include="NuGet.Frameworks" />
<PackageReference Include="NuGet.ProjectModel" />
<PackageReference Include="Microsoft.Build" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
<PackageReference Include="Microsoft.Build" ExcludeAssets="runtime" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="runtime" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" />
</ItemGroup>

Просмотреть файл

@ -13,10 +13,10 @@
<TargetFramework>$(SdkTargetFramework)</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions.Json" />
<PackageReference Include="Microsoft.Build.Framework" />
<PackageReference Include="Microsoft.Build" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="NuGet.ProjectModel" />
@ -45,5 +45,5 @@
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

Просмотреть файл

@ -22,6 +22,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.Build" />
<PackageReference Include="NuGet.ProjectModel" />
<PackageReference Include="NuGet.LibraryModel" />
<PackageReference Include="NuGet.Versioning" />

Просмотреть файл

@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build.Framework" />
<PackageReference Include="Microsoft.Build" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
<PackageReference Include="Moq" />
<PackageReference Include="Newtonsoft.Json" />

Просмотреть файл

@ -16,7 +16,7 @@
with the actual test projects that reference it.
-->
<IsTestProject>false</IsTestProject>
<TargetFrameworks>$(SdkTargetFramework);net472</TargetFrameworks>
</PropertyGroup>
@ -32,6 +32,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build.Utilities.Core" />
<PackageReference Include="Microsoft.DotNet.XUnitExtensions" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Newtonsoft.Json" />