From 2b46af2cb1e7ad3a06a35ae168072ba2c7128a43 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Tue, 6 Dec 2022 11:11:53 +0800 Subject: [PATCH] Update IronPythonTest.csproj Fix "System.ArgumentException: Unknown framework version 7.0" in step Test (net462) Reference: https://github.com/nunit/nunit3-vs-adapter/issues/987 --- Src/IronPythonTest/IronPythonTest.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/IronPythonTest/IronPythonTest.csproj b/Src/IronPythonTest/IronPythonTest.csproj index d1d12900b..b89b0ff48 100644 --- a/Src/IronPythonTest/IronPythonTest.csproj +++ b/Src/IronPythonTest/IronPythonTest.csproj @@ -19,7 +19,7 @@ - +