Any dependencies which **exactly** match the version requested in the graph originating at the `type: platform` dependency (if any) are trimmed from the publish output
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			200 B
			
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			200 B
			
		
	
	
	
		
			C#
		
	
	
	
	
	
using System;
 | 
						|
 | 
						|
namespace PortableApp
 | 
						|
{
 | 
						|
    public static class Program
 | 
						|
    {
 | 
						|
        public static void Main(string[] args)
 | 
						|
        {
 | 
						|
            Console.WriteLine("Hello, World!");
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |