зеркало из https://github.com/dotnet/sdk.git
Merge branch 'release/8.0.3xx'
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
This commit is contained in:
Коммит
af1a1f8c4a
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче