mirror of
				https://github.com/chev2/botw-toolset.git
				synced 2025-10-30 08:12:17 +00:00 
			
		
		
		
	Update dependencies
System.Drawing.Common isn't used anymore. WindowsAPICodePack is used for "open folder" dialogs.
This commit is contained in:
		
							parent
							
								
									250a309071
								
							
						
					
					
						commit
						058f887c09
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		|  | @ -54,12 +54,15 @@ | |||
|     <ApplicationIcon>appicon.ico</ApplicationIcon> | ||||
|   </PropertyGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL"> | ||||
|       <HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||
|       <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="System" /> | ||||
|     <Reference Include="System.Data" /> | ||||
|     <Reference Include="System.Drawing" /> | ||||
|     <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> | ||||
|       <HintPath>..\packages\System.Drawing.Common.5.0.0\lib\net461\System.Drawing.Common.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="System.Xml" /> | ||||
|     <Reference Include="Microsoft.CSharp" /> | ||||
|     <Reference Include="System.Core" /> | ||||
|  |  | |||
|  | @ -1,4 +1,5 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <packages> | ||||
|   <package id="System.Drawing.Common" version="5.0.0" targetFramework="net48" /> | ||||
|   <package id="WindowsAPICodePack-Core" version="1.1.2" targetFramework="net48" /> | ||||
|   <package id="WindowsAPICodePack-Shell" version="1.1.1" targetFramework="net48" /> | ||||
| </packages> | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Chev
						Chev