|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net8.0</TargetFramework> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <nullable>annotations</nullable> |
8 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
9 | | - <IsPackable>false</IsPackable> |
10 | | - <Configurations>Debug;Release</Configurations> |
11 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net8.0</TargetFramework> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <nullable>annotations</nullable> |
| 8 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 9 | + <IsPackable>false</IsPackable> |
| 10 | + <Configurations>Debug;Release</Configurations> |
| 11 | + </PropertyGroup> |
12 | 12 |
|
13 | | - <ItemGroup> |
14 | | - <Compile Include="..\GeneratorSandbox\Filters.cs" /> |
15 | | - </ItemGroup> |
| 13 | + <ItemGroup> |
| 14 | + <Compile Include="..\GeneratorSandbox\Filters.cs" /> |
| 15 | + </ItemGroup> |
16 | 16 |
|
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="BenchmarkDotNet" Version="0.14.0" /> |
19 | | - <PackageReference Include="CliFx" Version="2.3.5" /> |
20 | | - <PackageReference Include="clipr" Version="1.6.1" /> |
21 | | - <PackageReference Include="Cocona" Version="2.2.0" /> |
22 | | - <PackageReference Include="Cocona.Lite" Version="2.2.0" /> |
23 | | - <PackageReference Include="CommandLineParser" Version="2.9.1" /> |
24 | | - <!--<PackageReference Include="ConsoleAppFramework" Version="4.2.4" />--> |
25 | | - <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> |
26 | | - <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" /> |
27 | | - <PackageReference Include="PowerArgs" Version="4.0.3" /> |
28 | | - <PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> |
29 | | - <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
30 | | - <PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" /> |
31 | | - </ItemGroup> |
| 17 | + <ItemGroup> |
| 18 | + <PackageReference Include="BenchmarkDotNet" Version="0.14.0" /> |
| 19 | + <PackageReference Include="CliFx" Version="2.3.5" /> |
| 20 | + <PackageReference Include="clipr" Version="1.6.1" /> |
| 21 | + <PackageReference Include="Cocona" Version="2.2.0" /> |
| 22 | + <PackageReference Include="Cocona.Lite" Version="2.2.0" /> |
| 23 | + <PackageReference Include="CommandLineParser" Version="2.9.1" /> |
| 24 | + <!--<PackageReference Include="ConsoleAppFramework" Version="4.2.4" />--> |
| 25 | + <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> |
| 26 | + <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" /> |
| 27 | + <PackageReference Include="PowerArgs" Version="4.0.3" /> |
| 28 | + <PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> |
| 29 | + <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
| 30 | + <PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" /> |
| 31 | + </ItemGroup> |
32 | 32 |
|
33 | 33 |
|
34 | | - <ItemGroup> |
35 | | - <ProjectReference Include="..\..\src\ConsoleAppFramework\ConsoleAppFramework.csproj"> |
36 | | - <OutputItemType>Analyzer</OutputItemType> |
37 | | - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
38 | | - </ProjectReference> |
39 | | - </ItemGroup> |
| 34 | + <ItemGroup> |
| 35 | + <ProjectReference Include="..\..\src\ConsoleAppFramework\ConsoleAppFramework.csproj"> |
| 36 | + <OutputItemType>Analyzer</OutputItemType> |
| 37 | + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 38 | + </ProjectReference> |
| 39 | + </ItemGroup> |
40 | 40 |
|
41 | 41 | </Project> |
0 commit comments