Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Determine which .NET Framework versions are installed
description: Use code, regedit.exe, or PowerShell to detect which versions of .NET Framework are installed on a machine by querying the Windows registry. Or, check Control Panel.
ms.date: 07/10/2025
ms.date: 20/10/2025
dev_langs:
- "csharp"
- "vb"
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/install/versions-and-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: .NET Framework & Windows OS versions
description: Learn about key features in each version of .NET Framework, including underlying CLR versions and versions installed by the Windows operating system.
ms.date: 07/10/2025
ms.date: 20/10/2025
helpviewer_keywords:
- "versions, .NET Framework"
---
Expand Down
Loading