 17175864cf
			
		
	
	
	17175864cf
	
	
	
		
			
			Fixed by calling TryGetValue instead of a dictionary indexer when looking up platform dependencies in ProjectContextBuilder. Fix #2693
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			202 B
			
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			202 B
			
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace ConsoleApplication
 | |
| {
 | |
|     public class Program
 | |
|     {
 | |
|         public static void Main(string[] args)
 | |
|         {
 | |
|             Console.WriteLine("Hello World!");
 | |
|         }
 | |
|     }
 | |
| }
 |