21 lines
		
	
	
		
			506 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			506 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "runtimeOptions": {
 | 
						|
    "tfm": "net6.0",
 | 
						|
    "frameworks": [
 | 
						|
      {
 | 
						|
        "name": "Microsoft.NETCore.App",
 | 
						|
        "version": "6.0.0"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "name": "Microsoft.AspNetCore.App",
 | 
						|
        "version": "6.0.0"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "configProperties": {
 | 
						|
      "System.GC.Concurrent": false,
 | 
						|
      "System.GC.Server": true,
 | 
						|
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
 | 
						|
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |