/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.6.0-preview.6
src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
34 строки
2 KB
Aditya Patwardhan
[release/v7.6] [master] Update branch for release (#26600)
11 дек 2025, 00:15
Не верифицирован
11 дек 2025, 00:15
dcccde9
Код
Авторство
О чём код?
<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="10.0.0" /> <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0" /> <!-- the following package(s) are from https://github.com/dotnet/fxdac --> <PackageReference Include="System.Data.SqlClient" Version="4.9.0" /> <!-- the following package(s) are from https://github.com/dotnet/corefx --> <PackageReference Include="System.IO.Packaging" Version="10.0.0" /> <PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0" /> <!-- the following package(s) are from https://github.com/dotnet/wcf --> <PackageReference Include="System.ServiceModel.Http" Version="10.0.0-rc.2.final" /> <PackageReference Include="System.ServiceModel.NetTcp" Version="10.0.0-rc.2.final" /> <PackageReference Include="System.ServiceModel.Primitives" Version="10.0.0-rc.2.final" /> <!-- the source could not be found for the following package(s) --> <PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0" /> </ItemGroup> </Project>