From 2e2fa383c56f1bfdd16041fa9966e5fc0ea1275e Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Fri, 27 Sep 2024 22:44:56 +0100 Subject: [PATCH] Switch to SDK-style project and add MSTest references Converted Test.csproj to SDK-style format for modern .NET framework targeting and project simplification. Added MSTest.TestAdapter and MSTest.TestFramework package references and their versions to Directory.Packages.props. Signed-off-by: Ivandro Jao --- Directory.Packages.props | 2 + src/Test/Test.csproj | 134 ++++----------------------------------- 2 files changed, 16 insertions(+), 120 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f60829c74..4695ee432 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,6 +3,8 @@ true + + diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 84f43b6e3..7ead01f83 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -1,123 +1,18 @@ - - - + - Properties - Test - Debug - 512 + net48 Library - AnyCPU - {7BE5B8E8-9469-4C7C-89D7-E8C884DEFC0E} - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Test - v4.8 win - - + false + true + true AllRules.ruleset - true - full - DEBUG;TRACE - prompt - false - bin\Debug\ - AnyCPU - 4 - false - - - AllRules.ruleset - pdbonly - TRACE - prompt - true - bin\Release\ - AnyCPU - 4 - false False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -182,25 +77,24 @@ - - {d6f64cd3-c3ea-4b36-b575-9b3b8a3ca13f} - LibSE - - - {511a5b59-1c35-4719-8536-23b19af9b21a} - SubtitleEdit - + + + + + - - + + + +