2021-08-23 11:13:14 +03:00
|
|
|
{
|
|
|
|
|
"toolcache": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Ruby",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2022-04-13 14:48:06 +02:00
|
|
|
"3.0",
|
2024-07-04 17:55:27 +05:30
|
|
|
"3.1",
|
|
|
|
|
"3.2"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
|
|
|
|
"default": "3.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Python",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
|
|
|
|
"3.7.*",
|
|
|
|
|
"3.8.*",
|
2021-10-11 16:39:02 +03:00
|
|
|
"3.9.*",
|
2022-10-25 12:55:17 +02:00
|
|
|
"3.10.*",
|
2023-10-03 21:20:02 +02:00
|
|
|
"3.11.*",
|
|
|
|
|
"3.12.*"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
|
|
|
|
"default": "3.9.*"
|
|
|
|
|
},
|
2021-11-02 22:50:27 +03:00
|
|
|
{
|
|
|
|
|
"name": "Python",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
|
|
|
|
"3.7.*",
|
|
|
|
|
"3.8.*",
|
|
|
|
|
"3.9.*",
|
2022-10-25 12:55:17 +02:00
|
|
|
"3.10.*",
|
2023-10-23 21:49:38 +02:00
|
|
|
"3.11.*",
|
|
|
|
|
"3.12.*"
|
2021-11-02 22:50:27 +03:00
|
|
|
]
|
|
|
|
|
},
|
2021-08-23 11:13:14 +03:00
|
|
|
{
|
|
|
|
|
"name": "PyPy",
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"platform" : "win64",
|
|
|
|
|
"versions": [
|
|
|
|
|
"2.7",
|
2021-10-29 18:38:49 +03:00
|
|
|
"3.7",
|
2022-02-25 10:50:38 +03:00
|
|
|
"3.8",
|
2023-08-09 12:08:16 +02:00
|
|
|
"3.9",
|
|
|
|
|
"3.10"
|
2021-08-23 11:13:14 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "node",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2022-10-27 18:15:47 +02:00
|
|
|
"16.*",
|
2023-09-30 09:04:14 +02:00
|
|
|
"18.*",
|
2024-11-08 21:34:42 +05:30
|
|
|
"20.*",
|
|
|
|
|
"22.*"
|
2021-08-23 11:13:14 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "go",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2023-08-11 11:48:01 +02:00
|
|
|
"1.20.*",
|
2024-02-08 22:39:27 +01:00
|
|
|
"1.21.*",
|
2024-11-08 21:35:54 +05:30
|
|
|
"1.22.*",
|
|
|
|
|
"1.23.*"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
2024-02-23 01:59:16 +01:00
|
|
|
"default": "1.21.*"
|
2021-08-23 11:13:14 +03:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"powershellModules": [
|
|
|
|
|
{ "name": "DockerMsftProvider" },
|
|
|
|
|
{ "name": "MarkdownPS" },
|
|
|
|
|
{ "name": "Pester" },
|
|
|
|
|
{ "name": "PowerShellGet" },
|
|
|
|
|
{ "name": "PSScriptAnalyzer" },
|
|
|
|
|
{ "name": "PSWindowsUpdate" },
|
|
|
|
|
{ "name": "SqlServer" },
|
2021-10-15 20:15:42 +02:00
|
|
|
{ "name": "VSSetup" },
|
2022-02-17 02:41:07 -06:00
|
|
|
{ "name": "Microsoft.Graph" },
|
|
|
|
|
{"name": "AWSPowershell"}
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
|
|
|
|
"azureModules": [
|
|
|
|
|
{
|
|
|
|
|
"name": "azurerm",
|
|
|
|
|
"versions": [
|
|
|
|
|
"2.1.0",
|
|
|
|
|
"6.13.1"
|
|
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
|
|
|
|
"3.8.0",
|
|
|
|
|
"4.2.1",
|
|
|
|
|
"5.1.1",
|
|
|
|
|
"6.7.0"
|
|
|
|
|
],
|
|
|
|
|
"default": "2.1.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "azure",
|
|
|
|
|
"versions": [
|
|
|
|
|
"2.1.0",
|
|
|
|
|
"5.3.0"
|
|
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
|
|
|
|
"3.8.0",
|
|
|
|
|
"4.2.1",
|
|
|
|
|
"5.1.1"
|
|
|
|
|
],
|
|
|
|
|
"default": "2.1.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "az",
|
|
|
|
|
"versions": [
|
2024-08-06 17:41:19 +05:30
|
|
|
"12.1.0"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
2022-01-12 22:06:52 +03:00
|
|
|
"zip_versions": [
|
2024-06-05 12:27:31 +02:00
|
|
|
|
2022-01-12 22:06:52 +03:00
|
|
|
]
|
2021-08-23 11:13:14 +03:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"java": {
|
|
|
|
|
"default": "8",
|
2023-10-13 15:45:18 +02:00
|
|
|
"versions": [ "8", "11", "17", "21"]
|
2021-08-23 11:13:14 +03:00
|
|
|
},
|
|
|
|
|
"android": {
|
2023-10-05 09:31:22 +02:00
|
|
|
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
|
|
|
|
"hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D",
|
2024-01-04 10:35:37 +01:00
|
|
|
"platform_min_version": "31",
|
|
|
|
|
"build_tools_min_version": "31.0.0",
|
2023-11-27 12:28:21 +01:00
|
|
|
"extras": [
|
2021-08-23 11:13:14 +03:00
|
|
|
"android;m2repository",
|
|
|
|
|
"google;m2repository",
|
|
|
|
|
"google;google_play_services"
|
|
|
|
|
],
|
2023-11-27 12:28:21 +01:00
|
|
|
"addons": [],
|
2021-08-23 11:13:14 +03:00
|
|
|
"additional_tools": [
|
|
|
|
|
"cmake;3.18.1",
|
2023-11-06 18:05:31 +01:00
|
|
|
"cmake;3.22.1"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
|
|
|
|
"ndk": {
|
2024-07-29 14:28:29 +05:30
|
|
|
"default": "27",
|
2021-09-23 13:33:28 +03:00
|
|
|
"versions": [
|
2024-08-16 16:06:47 +05:30
|
|
|
"26", "27"
|
2021-09-23 13:33:28 +03:00
|
|
|
]
|
2021-08-23 11:13:14 +03:00
|
|
|
}
|
|
|
|
|
},
|
2022-06-16 08:15:38 -07:00
|
|
|
"mingw": {
|
2023-10-03 09:48:40 +02:00
|
|
|
"version": "12.2.0",
|
|
|
|
|
"runtime": "ucrt"
|
2022-06-16 08:15:38 -07:00
|
|
|
},
|
2021-08-23 11:13:14 +03:00
|
|
|
"MsysPackages": {
|
|
|
|
|
"msys2": [],
|
|
|
|
|
"mingw": []
|
|
|
|
|
},
|
|
|
|
|
"windowsFeatures": [
|
|
|
|
|
{ "name": "Containers" },
|
|
|
|
|
{ "name": "Microsoft-Windows-Subsystem-Linux", "optionalFeature": true },
|
|
|
|
|
{ "name": "VirtualMachinePlatform", "optionalFeature": true },
|
|
|
|
|
{ "name": "NET-Framework-45-Features", "includeAllSubFeatures": true },
|
|
|
|
|
{ "name": "Client-ProjFS", "optionalFeature": true },
|
2023-01-26 16:25:01 +01:00
|
|
|
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true },
|
2023-03-02 22:28:58 +01:00
|
|
|
{ "name": "Hyper-V", "includeAllSubFeatures": true },
|
2023-08-16 09:49:28 +02:00
|
|
|
{ "name": "HypervisorPlatform", "optionalFeature": true },
|
2024-02-22 16:12:24 +01:00
|
|
|
{ "name": "Hyper-V-PowerShell" },
|
|
|
|
|
{ "name": "Wireless-Networking" }
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
|
|
|
|
"visualStudio": {
|
|
|
|
|
"version" : "2022",
|
|
|
|
|
"subversion" : "17",
|
|
|
|
|
"edition" : "Enterprise",
|
2021-11-10 00:00:18 +03:00
|
|
|
"channel": "release",
|
2024-11-13 19:35:10 +05:30
|
|
|
"signature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
|
2021-08-23 11:13:14 +03:00
|
|
|
"workloads": [
|
2022-07-21 21:11:00 +04:00
|
|
|
"Component.Dotfuscator",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Component.Linux.CMake",
|
|
|
|
|
"Component.UnityEngine.x64",
|
|
|
|
|
"Component.Unreal.Android",
|
2022-08-16 09:54:22 +02:00
|
|
|
"Component.Xamarin",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.Component.VC.Runtime.UCRTSDK",
|
2022-01-12 22:05:59 +03:00
|
|
|
"Microsoft.Net.Component.4.7.TargetingPack",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.Net.Component.4.7.2.TargetingPack",
|
2022-08-25 17:01:30 +02:00
|
|
|
"Microsoft.Net.Component.4.8.1.SDK",
|
|
|
|
|
"Microsoft.Net.Component.4.8.1.TargetingPack",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.AspNet45",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
|
|
|
|
|
"Microsoft.VisualStudio.Component.EntityFramework",
|
2022-02-02 12:16:38 +03:00
|
|
|
"Microsoft.VisualStudio.Component.DslTools",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.LinqToSql",
|
|
|
|
|
"Microsoft.VisualStudio.Component.SQL.SSDT",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Sharepoint.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.PortableLibrary",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TeamOffice",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TestTools.CodedUITest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TestTools.WebLoadTest",
|
2021-12-16 05:09:14 -08:00
|
|
|
"Microsoft.VisualStudio.Component.UWP.VC.ARM64",
|
2022-06-29 15:46:22 +02:00
|
|
|
"Microsoft.VisualStudio.Component.UWP.VC.ARM64EC",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.CLI.Support",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.CMake.Project",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
|
2021-12-07 10:58:30 +00:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",
|
2024-05-09 21:02:07 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
|
2024-05-20 10:03:57 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
2024-05-09 21:02:07 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Redist.MSM",
|
2022-05-17 13:39:04 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre",
|
2021-10-27 14:12:22 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",
|
2022-05-17 13:39:04 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
|
2021-10-09 19:46:34 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM",
|
2022-05-13 23:37:07 +04:00
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre",
|
2021-10-09 19:46:34 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64",
|
2022-05-13 23:37:07 +04:00
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre",
|
2021-09-29 15:31:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC",
|
2021-08-27 14:32:07 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre",
|
2024-05-20 10:03:57 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL",
|
2024-05-09 21:02:07 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ASAN",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
|
2021-09-06 07:08:45 -07:00
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
|
2021-10-15 18:45:50 +03:00
|
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
|
2022-06-16 08:16:25 -07:00
|
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
2024-10-28 21:42:30 +05:30
|
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.26100",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.Component.Workflow",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools",
|
2021-12-13 10:52:27 +03:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang",
|
2022-02-04 10:54:06 +03:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142",
|
2021-08-23 11:13:14 +03:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Web.CloudTools",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Azure",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Data",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.ManagedGame",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeGame",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeMobile",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NetCrossPlat",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NetWeb",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Node",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Office",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Python",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Universal",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.VisualStudioExtension",
|
2021-11-12 15:51:50 +03:00
|
|
|
"Component.MDD.Linux",
|
2022-02-02 18:41:02 +03:00
|
|
|
"Component.MDD.Linux.GCC.arm",
|
2024-08-22 01:30:50 +05:30
|
|
|
"Component.Microsoft.Windows.DriverKit",
|
2024-11-13 20:09:50 +00:00
|
|
|
"wasm.tools",
|
|
|
|
|
"Microsoft.Component.MSBuild"
|
|
|
|
|
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
2021-12-14 11:31:48 +03:00
|
|
|
"vsix": [
|
2023-07-19 15:41:03 +02:00
|
|
|
"SSIS.MicrosoftDataToolsIntegrationServices",
|
2022-01-21 18:40:37 +03:00
|
|
|
"VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects",
|
2022-06-01 11:17:05 +03:00
|
|
|
"WixToolset.WixToolsetVisualStudio2022Extension",
|
2022-07-20 14:34:03 +02:00
|
|
|
"ProBITools.MicrosoftReportProjectsforVisualStudio2022",
|
|
|
|
|
"ProBITools.MicrosoftAnalysisServicesModelingProjects2022"
|
2021-12-14 11:31:48 +03:00
|
|
|
]
|
2021-08-23 11:13:14 +03:00
|
|
|
},
|
|
|
|
|
"docker": {
|
2021-09-09 14:36:30 +02:00
|
|
|
"images": [
|
|
|
|
|
"mcr.microsoft.com/windows/servercore:ltsc2022",
|
|
|
|
|
"mcr.microsoft.com/windows/nanoserver:ltsc2022",
|
|
|
|
|
"mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022",
|
|
|
|
|
"mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022",
|
|
|
|
|
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022"
|
2024-01-22 21:29:42 +01:00
|
|
|
],
|
|
|
|
|
"components": {
|
2024-06-05 12:27:31 +02:00
|
|
|
"docker": "26.1.3",
|
|
|
|
|
"compose": "2.27.1"
|
2024-01-22 21:29:42 +01:00
|
|
|
}
|
2021-08-23 11:13:14 +03:00
|
|
|
},
|
|
|
|
|
"pipx": [
|
|
|
|
|
{
|
|
|
|
|
"package": "yamllint",
|
|
|
|
|
"cmd": "yamllint --version"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-10-28 22:17:05 +03:00
|
|
|
"selenium": {
|
2023-11-28 15:08:03 +01:00
|
|
|
"version": "4"
|
2021-10-28 22:17:05 +03:00
|
|
|
},
|
2021-08-23 11:13:14 +03:00
|
|
|
"npm": {
|
|
|
|
|
"global_packages": [
|
|
|
|
|
{ "name": "yarn", "test": "yarn --version" },
|
|
|
|
|
{ "name": "newman", "test": "newman --version" },
|
2021-11-27 12:40:37 +03:00
|
|
|
{ "name": "lerna", "test": "lerna --version" },
|
2021-12-10 00:40:09 +03:00
|
|
|
{ "name": "gulp-cli", "test": "gulp --version" },
|
|
|
|
|
{ "name": "grunt-cli", "test": "grunt --version" }
|
2021-08-23 11:13:14 +03:00
|
|
|
]
|
|
|
|
|
},
|
2023-01-06 21:26:37 +01:00
|
|
|
"serviceFabric": {
|
|
|
|
|
"runtime": {
|
2023-10-11 11:02:59 +02:00
|
|
|
"version": "9.1.1436.9590",
|
2023-12-14 20:57:47 +01:00
|
|
|
"checksum": "089F9BE6A63AF66C337E507B52082575C8ED330DF765259C6F2F13F900DA96D5"
|
2023-01-06 21:26:37 +01:00
|
|
|
},
|
|
|
|
|
"sdk": {
|
2023-10-11 11:02:59 +02:00
|
|
|
"version": "6.1.1436",
|
2023-12-14 20:57:47 +01:00
|
|
|
"checksum": "D2A6B58315D08B6E46C2D25E91DFA1163136F70A5FA8CEF9DB147F07EE001AD1"
|
2023-01-06 21:26:37 +01:00
|
|
|
}
|
|
|
|
|
},
|
2021-08-23 11:13:14 +03:00
|
|
|
"dotnet": {
|
|
|
|
|
"versions": [
|
2023-11-15 11:22:43 +01:00
|
|
|
"6.0",
|
2024-11-07 03:26:01 +05:30
|
|
|
"7.0",
|
2024-11-18 15:17:42 +05:30
|
|
|
"8.0",
|
|
|
|
|
"9.0"
|
2021-08-23 11:13:14 +03:00
|
|
|
],
|
2022-01-18 13:31:51 +00:00
|
|
|
"tools": [
|
|
|
|
|
{ "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" }
|
|
|
|
|
],
|
2021-08-23 11:13:14 +03:00
|
|
|
"warmup": false
|
|
|
|
|
},
|
|
|
|
|
"choco": {
|
|
|
|
|
"common_packages": [
|
|
|
|
|
{ "name": "7zip.install" },
|
|
|
|
|
{ "name": "aria2" },
|
|
|
|
|
{ "name": "azcopy10" },
|
|
|
|
|
{ "name": "Bicep" },
|
2022-02-03 18:09:29 +03:00
|
|
|
{ "name": "innosetup" },
|
2021-08-23 11:13:14 +03:00
|
|
|
{ "name": "jq" },
|
|
|
|
|
{ "name": "NuGet.CommandLine" },
|
|
|
|
|
{ "name": "packer" },
|
2023-10-20 22:17:58 +02:00
|
|
|
{
|
|
|
|
|
"name": "strawberryperl" ,
|
|
|
|
|
"args": [ "--version", "5.32.1.1" ]
|
|
|
|
|
},
|
2021-08-23 11:13:14 +03:00
|
|
|
{ "name": "pulumi" },
|
|
|
|
|
{ "name": "swig" },
|
|
|
|
|
{ "name": "vswhere" },
|
|
|
|
|
{
|
|
|
|
|
"name": "julia",
|
|
|
|
|
"args": [ "--ia", "/DIR=C:\\Julia" ]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "cmake.install",
|
|
|
|
|
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
2022-09-16 10:23:13 +02:00
|
|
|
},
|
|
|
|
|
{ "name": "imagemagick" }
|
2021-08-23 11:13:14 +03:00
|
|
|
]
|
2021-10-30 14:03:05 +03:00
|
|
|
},
|
|
|
|
|
"node": {
|
2023-02-12 19:42:41 +01:00
|
|
|
"default": "18"
|
2021-11-10 21:43:42 +03:00
|
|
|
},
|
2023-03-05 11:41:43 +01:00
|
|
|
"maven": {
|
|
|
|
|
"version": "3.8"
|
|
|
|
|
},
|
2021-11-26 11:52:02 +03:00
|
|
|
"mysql": {
|
2023-09-29 12:35:23 +02:00
|
|
|
"version": "8.0",
|
|
|
|
|
"signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91"
|
2021-11-11 17:18:39 +03:00
|
|
|
},
|
2021-11-10 21:43:42 +03:00
|
|
|
"mongodb": {
|
2023-09-22 10:52:16 +02:00
|
|
|
"version": "5.0",
|
|
|
|
|
"signature": "F2D7C28591847BB2CB2B1C2A0C59459FDC728A38"
|
2021-11-16 11:32:09 +03:00
|
|
|
},
|
2021-12-16 02:57:04 -05:00
|
|
|
"nsis": {
|
2024-04-18 09:10:14 -04:00
|
|
|
"version": "3.10"
|
2021-12-16 02:57:04 -05:00
|
|
|
},
|
2022-03-26 23:24:26 +04:00
|
|
|
"llvm": {
|
2024-06-08 11:02:11 +02:00
|
|
|
"version": "18"
|
2022-03-26 23:24:26 +04:00
|
|
|
},
|
2021-11-16 11:32:09 +03:00
|
|
|
"php": {
|
2024-03-04 08:10:45 -08:00
|
|
|
"version": "8.3"
|
2021-11-16 11:38:03 +03:00
|
|
|
},
|
|
|
|
|
"postgresql": {
|
2024-06-08 11:02:11 +02:00
|
|
|
"version": "14.12.1",
|
2023-10-11 11:02:59 +02:00
|
|
|
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
2021-12-08 10:39:42 +03:00
|
|
|
},
|
|
|
|
|
"kotlin": {
|
2023-11-28 15:08:03 +01:00
|
|
|
"version": "latest"
|
2023-03-28 10:42:14 +02:00
|
|
|
},
|
|
|
|
|
"openssl": {
|
|
|
|
|
"version": "1.1.1"
|
2023-12-28 11:18:57 +01:00
|
|
|
},
|
|
|
|
|
"pwsh": {
|
2024-01-25 10:22:30 +01:00
|
|
|
"version": "7.4"
|
2021-08-23 11:13:14 +03:00
|
|
|
}
|
|
|
|
|
}
|