mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 00:59:26 +08:00 
			
		
		
		
	Set the DevelopmentDependency flag on the Spectre.Console.Analyzer project
It was applied by mistake on Spectre.Console in #938.
This commit is contained in:
		 Cédric Luthi
					Cédric Luthi
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							506253bc34
						
					
				
				
					commit
					e96a821ead
				
			| @@ -4,6 +4,7 @@ | ||||
|         <Description>Best practice analyzers for Spectre.Console.</Description> | ||||
|         <TargetFramework>netstandard2.0</TargetFramework> | ||||
|         <IsPackable>true</IsPackable> | ||||
|         <DevelopmentDependency>true</DevelopmentDependency> | ||||
|         <IncludeBuildOutput>false</IncludeBuildOutput> | ||||
|         <Nullable>enable</Nullable> | ||||
|         <NoPackageAnalysis>true</NoPackageAnalysis> | ||||
|   | ||||
| @@ -4,7 +4,6 @@ | ||||
|     <TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks> | ||||
|     <Nullable>enable</Nullable> | ||||
|     <IsPackable>true</IsPackable> | ||||
|     <DevelopmentDependency>true</DevelopmentDependency> | ||||
|     <NoWarn>SA1633</NoWarn> | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user