diff --git a/AGENTS.md b/AGENTS.md index 29376cc..2652d30 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,7 +2,7 @@ ## Build & Test -This is a .NET Framework 4.6.2 Windows Forms application. Use **MSBuild** (not `dotnet build`). +This is a .NET Framework 4.7.2 Windows Forms application. Use **MSBuild** (not `dotnet build`). ```powershell # Restore + Build diff --git a/README.md b/README.md index 46fdf7d..4261a64 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Driver Store Explorer (RAPR) is a powerful tool for viewing, managing, and clean ### Requirements - Windows 7 or newer -- .NET Framework 4.6.2 or newer +- .NET Framework 4.7.2 or newer - Administrator privileges ### Option 1: Download Pre-built Binary (Recommended) diff --git a/README_KO.md b/README_KO.md index 78b8592..40b25bc 100644 --- a/README_KO.md +++ b/README_KO.md @@ -63,7 +63,7 @@ Driver Store Explorer (RAPR)는 Windows [드라이버 저장소](https://msdn.mi ### 요구 사항 - Windows 7 이상 -- .NET Framework 4.6.2 이상 +- .NET Framework 4.7.2 이상 - 관리자 권한 ### 옵션 1: 사전 빌드된 바이너리 다운로드 (권장) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 54160e3..50e846e 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -63,7 +63,7 @@ Driver Store Explorer (RAPR) 是一款功能强大的工具,用于查看、管 ### 系统要求 - Windows 7 或更高版本 -- .NET Framework 4.6.2 或更高版本 +- .NET Framework 4.7.2 或更高版本 - 管理员权限 ### 方式一:下载预编译版本(推荐) diff --git a/README_ZH-TW.md b/README_ZH-TW.md index e0b76a0..db3867d 100644 --- a/README_ZH-TW.md +++ b/README_ZH-TW.md @@ -63,7 +63,7 @@ Driver Store Explorer (RAPR) 是一款功能強大的工具,用於檢視、管 ### 系統需求 - Windows 7 或更新版本 -- .NET Framework 4.6.2 或更新版本 +- .NET Framework 4.7.2 或更新版本 - 系統管理員權限 ### 方式一:下載預先建置版本(建議) diff --git a/Rapr/Rapr.csproj b/Rapr/Rapr.csproj index 09790d8..b69c886 100644 --- a/Rapr/Rapr.csproj +++ b/Rapr/Rapr.csproj @@ -1,6 +1,6 @@  - net462 + net472 latest WinExe false @@ -18,7 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + @@ -26,14 +26,13 @@ - + - @@ -72,10 +71,9 @@ - + - diff --git a/Rapr/app.config b/Rapr/app.config index a7c9ed7..8f53188 100644 --- a/Rapr/app.config +++ b/Rapr/app.config @@ -6,7 +6,7 @@ - + diff --git a/RaprTests/RaprTests.csproj b/RaprTests/RaprTests.csproj index 7420d95..8e76641 100644 --- a/RaprTests/RaprTests.csproj +++ b/RaprTests/RaprTests.csproj @@ -1,6 +1,6 @@  - net462 + net472 latest Library Rapr.Tests