-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Packages.props
41 lines (36 loc) · 2.11 KB
/
Directory.Packages.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project>
<PropertyGroup Condition="'$(InteropSearchApiAssemblyPath)' == ''">
<_WinSdkVersion Condition="'$(CI)' == 'true'">10.0.19041.0</_WinSdkVersion>
<_WinSdkVersion Condition="'$(CI)' != 'true'">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</_WinSdkVersion>
<InteropSearchApiAssemblyPath>$(
[MSBuild]::NormalizePath(
$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKLocation('Windows', '10.0')),
'bin', $(_WinSdkVersion), 'x64', 'interop.searchapi.dll')
)</InteropSearchApiAssemblyPath>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="docfx" Version="2.70.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.PowerShell.5.1.ReferenceAssemblies" Version="1.0.0" />
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageVersion Include="platyPS" Version="0.14.2" />
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.1" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
<PackageVersion Include="System.Management.Automation" Version="7.4.6" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.5.0-rc.1" />
<PackageVersion Include="System.Management.Automation" Version="7.5.0-rc.1" />
</ItemGroup>
<ItemGroup>
<!-- Transitive pinning for deprecated/vulnerable packages -->
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
<PackageVersion Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="System.Security.AccessControl" Version="6.0.1" />
</ItemGroup>
</Project>