mirror of
				https://github.com/Tyrrrz/CliFx.git
				synced 2025-10-25 15:19:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			687 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			687 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <TargetFramework>net8.0</TargetFramework>
 | |
|     <ApplicationIcon>../favicon.ico</ApplicationIcon>
 | |
|     <PublishAot>true</PublishAot>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="CSharpier.MsBuild" Version="0.28.2" PrivateAssets="all" />
 | |
|     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\CliFx\CliFx.csproj" />
 | |
|     <ProjectReference Include="..\CliFx.Analyzers\CliFx.Analyzers.csproj" ReferenceOutputAssembly="false" OutputItemType="analyzer" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project> |