|
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