/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.4.10
src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
47 строк
3 KB
PowerShell Team Bot
[release/v7.4] Update branch for release (#25518)
06 май 2025, 22:18
Не верифицирован
06 май 2025, 22:18
e204782
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="..\..\PowerShell.Common.props" /> <PropertyGroup> <Description>PowerShell SDK metapackage</Description> <PackageId>Microsoft.PowerShell.SDK</PackageId> <IncludeBuildOutput>false</IncludeBuildOutput> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Microsoft.PowerShell.Commands.Management\Microsoft.PowerShell.Commands.Management.csproj" /> <ProjectReference Include="..\Microsoft.PowerShell.Commands.Utility\Microsoft.PowerShell.Commands.Utility.csproj" /> <ProjectReference Include="..\Microsoft.PowerShell.ConsoleHost\Microsoft.PowerShell.ConsoleHost.csproj" /> <ProjectReference Include="..\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.csproj" /> <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> </ItemGroup> <ItemGroup> <!-- This section is to force the version of non-direct dependencies --> <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.15" /> <!-- the following package(s) are from https://github.com/dotnet/fxdac --> <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> <PackageReference Include="System.Diagnostics.EventLog" Version="8.0.2" /> <PackageReference Include="System.DirectoryServices.Protocols" Version="8.0.1" /> <PackageReference Include="System.Drawing.Common" Version="8.0.15" /> <!-- the following package(s) are from https://github.com/dotnet/corefx --> <PackageReference Include="System.IO.Packaging" Version="8.0.1" /> <PackageReference Include="System.Runtime.Caching" Version="8.0.1" /> <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" /> <PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" /> <!-- the following package(s) are from https://github.com/dotnet/wcf they are pinned to the version 4.10.x due to a breaking change in newer versions. see https://github.com/PowerShell/PowerShell/issues/19238 for details. --> <PackageReference Include="System.ServiceModel.Duplex" Version="4.10.3" /> <PackageReference Include="System.ServiceModel.Http" Version="4.10.3" /> <PackageReference Include="System.ServiceModel.NetTcp" Version="4.10.3" /> <PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" /> <PackageReference Include="System.ServiceModel.Security" Version="4.10.3" /> <PackageReference Include="System.Private.ServiceModel" Version="4.10.3" /> <PackageReference Include="System.Web.Services.Description" Version="4.10.3" /> <!-- the source could not be found for the following package(s) --> <PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.15" /> </ItemGroup> </Project>