mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-11-04 13:04:53 +00:00 
			
		
		
		
	Support cake global tool (#97)
* Support current cake global tool (dotnetcore) * Upgrade to cake 0.34.1
This commit is contained in:
		
							parent
							
								
									42faf709f9
								
							
						
					
					
						commit
						779cd05222
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
#load CakeScripts\GAssembly.cs
 | 
			
		||||
#load CakeScripts\Settings.cs
 | 
			
		||||
#addin "Cake.FileHelpers&version=2.0.0"
 | 
			
		||||
#addin "Cake.Incubator&version=1.7.2"
 | 
			
		||||
#load CakeScripts\GAssembly.cake
 | 
			
		||||
#load CakeScripts\Settings.cake
 | 
			
		||||
#addin "Cake.FileHelpers&version=3.2.0"
 | 
			
		||||
#addin "Cake.Incubator&version=5.0.1"
 | 
			
		||||
 | 
			
		||||
// VARS
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<packages>
 | 
			
		||||
    <package id="Cake" version="0.25.0" />
 | 
			
		||||
    <package id="Cake" version="0.34.1" />
 | 
			
		||||
</packages>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue