/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/GlobalTools/PowerShell.Windows.x64/PowerShell.Windows.x64.csproj
33 строки
2 KB
Aditya Patwardhan
Update to .NET 11 SDK and update dependencies (#26783)
19 фев 2026, 03:35
Не верифицирован
19 фев 2026, 03:35
212c5f9
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net11.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <PackAsTool>true</PackAsTool> <PackAsToolShimRuntimeIdentifiers>win-x64</PackAsToolShimRuntimeIdentifiers> <ToolCommandName>pwsh</ToolCommandName> <Version>$(PackageVersion)</Version> <DelaySign>true</DelaySign> <AssemblyOriginatorKeyFile>../../signing/visualstudiopublic.snk</AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Compile Include="..\..\powershell\Program.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> <Content Include="..\..\Modules\Windows\**\*;..\..\Modules\Shared\**\*"> <Link>Modules\%(RecursiveDir)\%(FileName)%(Extension)</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> </Content> <None Include="Powershell_64.png" Pack="true" PackagePath="" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Microsoft.PowerShell.SDK\Microsoft.PowerShell.SDK.csproj" /> <ProjectReference Include="..\..\Microsoft.PowerShell.Commands.Diagnostics\Microsoft.PowerShell.Commands.Diagnostics.csproj" /> <ProjectReference Include="..\..\Microsoft.Management.Infrastructure.CimCmdlets\Microsoft.Management.Infrastructure.CimCmdlets.csproj" /> <ProjectReference Include="..\..\Microsoft.WSMan.Management\Microsoft.WSMan.Management.csproj" /> </ItemGroup> </Project>