From dc30540e4098e0495f96d4459745730f28df34f1 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 14 Mar 2023 23:47:55 +0000 Subject: [PATCH] bump to net7.0 framework --- .vscode/launch.json | 2 +- src/isn.abst/isn.abst.csproj | 2 +- src/isn/isn.csproj | 3 +-- src/isnd/isnd.csproj | 35 +++++++++++++++--------------- test/data/test-isn/test-isn.csproj | 2 +- test/isn.tests/isn.tests.csproj | 2 +- test/isnd.tests/isnd.tests.csproj | 3 +-- 7 files changed, 24 insertions(+), 25 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b5a0c5f..9761382 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,7 +32,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/src/isnd/bin/Debug/net6.0/isnd.dll", + "program": "${workspaceFolder}/src/isnd/bin/Debug/net7.0/isnd.dll", "args": [], "cwd": "${workspaceFolder}/src/isnd", "stopAtEntry": false, diff --git a/src/isn.abst/isn.abst.csproj b/src/isn.abst/isn.abst.csproj index a2a2986..411e36d 100644 --- a/src/isn.abst/isn.abst.csproj +++ b/src/isn.abst/isn.abst.csproj @@ -2,7 +2,7 @@ 1.0.1 1.0.7 - net6.0 + net7.0 NETSDK1138 1.0.7.0 1.0.7.0 diff --git a/src/isn/isn.csproj b/src/isn/isn.csproj index f150f16..a61ef49 100644 --- a/src/isn/isn.csproj +++ b/src/isn/isn.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net7.0 nuget_cli 45b74c62-05bc-4603-95b4-3e80ae2fdf50 1.0.7 @@ -19,7 +19,6 @@ - diff --git a/src/isnd/isnd.csproj b/src/isnd/isnd.csproj index fa206b8..c3c424c 100644 --- a/src/isnd/isnd.csproj +++ b/src/isnd/isnd.csproj @@ -1,6 +1,6 @@  - net6.0 + net7.0 85fd766d-5d23-4476-aed1-463b2942e86a true WTFPL @@ -13,31 +13,32 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + - - - - - - - - + + + + + + + + + All - + - - + + diff --git a/test/data/test-isn/test-isn.csproj b/test/data/test-isn/test-isn.csproj index 83ab786..9836c56 100644 --- a/test/data/test-isn/test-isn.csproj +++ b/test/data/test-isn/test-isn.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net7.0 test_isn enable enable diff --git a/test/isn.tests/isn.tests.csproj b/test/isn.tests/isn.tests.csproj index 966d14c..faae98f 100644 --- a/test/isn.tests/isn.tests.csproj +++ b/test/isn.tests/isn.tests.csproj @@ -1,6 +1,6 @@  - net6.0 + net7.0 false NETSDK1138 1.0.7.0 diff --git a/test/isnd.tests/isnd.tests.csproj b/test/isnd.tests/isnd.tests.csproj index 31e3565..f3572a8 100644 --- a/test/isnd.tests/isnd.tests.csproj +++ b/test/isnd.tests/isnd.tests.csproj @@ -1,6 +1,6 @@  - net6.0 + net7.0 false d7144e46-4e63-4391-ba86-64b61f6e7be4 NETSDK1138 @@ -11,7 +11,6 @@ -