mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Simplify InternalsVisibleTo
If the $(PublicKey) property is used, the SDK targets will automatically use it for the assembly attributes. See https://github.com/dotnet/sdk/pull/3439 Simplifies https://github.com/spectreconsole/spectre.console/pull/1623
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							fd69ad0b01
						
					
				
				
					commit
					8e44a83737
				
			@@ -7,7 +7,7 @@
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup Label="REMOVE THIS">
 | 
			
		||||
    <InternalsVisibleTo Include="$(AssemblyName).Tests, PublicKey=$(SnkPublicKey)"/>
 | 
			
		||||
    <InternalsVisibleTo Include="$(AssemblyName).Tests"/>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup Label="Standard Figlet font">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user