Skip to content

Commit 00bf0da

Browse files
Bump Microsoft.PowerShell.SDK in /test/perf/benchmarks (#1509)
1 parent 132cf65 commit 00bf0da

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
4-
<OutputType>Exe</OutputType>
5-
</PropertyGroup>
6-
<PropertyGroup>
7-
<PlatformTarget>AnyCPU</PlatformTarget>
8-
<DebugType>pdbonly</DebugType>
9-
<DebugSymbols>true</DebugSymbols>
10-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11-
<Optimize>true</Optimize>
12-
<Configuration>Release</Configuration>
13-
<IsPackable>false</IsPackable>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<ProjectReference Include="../../../src/code/PSResourceGet.csproj" />
18-
</ItemGroup>
19-
20-
<ItemGroup>
21-
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
22-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.9"/>
23-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.9" />
24-
</ItemGroup>
25-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net6.0</TargetFramework>
4+
<OutputType>Exe</OutputType>
5+
</PropertyGroup>
6+
<PropertyGroup>
7+
<PlatformTarget>AnyCPU</PlatformTarget>
8+
<DebugType>pdbonly</DebugType>
9+
<DebugSymbols>true</DebugSymbols>
10+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11+
<Optimize>true</Optimize>
12+
<Configuration>Release</Configuration>
13+
<IsPackable>false</IsPackable>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="../../../src/code/PSResourceGet.csproj" />
18+
</ItemGroup>
19+
20+
<ItemGroup>
21+
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
22+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.9"/>
23+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.1" />
24+
</ItemGroup>
25+
</Project>

0 commit comments

Comments
 (0)