27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Microsoft.dotnet
 | |
| PackageVersion: 5.0.201
 | |
| MinimumOSVersion: 6.1.7601
 | |
| Commands:
 | |
| - dotnet
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/78a6328f-f563-4a7f-a478-3ed0f2ce8ec6/5beb762f64d8a018a5b9e590bc1531e0/dotnet-sdk-5.0.201-win-x64.exe
 | |
|   InstallerSha256: 2D678B6160944109EFFC3B788662BA806C01261F4F6261EDBA780F263474D029
 | |
|   InstallerType: exe
 | |
| - Architecture: arm64
 | |
|   InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/7c9fb8fe-7ddb-4ac4-b771-da70407d3d68/2d65d75eab768e979e1dd358a746c902/dotnet-sdk-5.0.201-win-arm64.exe
 | |
|   InstallerSha256: 6644CE1611562062DED52213777996E9F4F1C2564CAFEEFAAD006EB9E6F5072E
 | |
|   InstallerType: exe
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/e18b7dc0-21b2-49b0-82ce-f487601fab50/cab80970bb51bc8b9b3d67c430a1e58b/dotnet-sdk-5.0.201-win-x86.exe
 | |
|   InstallerSha256: 2B86FC93C2783F3217F43B58379C2388024F2013AE028F0060505A0E93CE2166
 | |
|   InstallerType: exe
 | |
| InstallerSwitches:
 | |
|   Custom: /install
 | |
|   Silent: /quiet
 | |
|   SilentWithProgress: /passive
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |