Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2023-08-25 23:05:08 +0300
committerIlya Shipitsin <chipitsine@gmail.com>2023-08-25 23:05:08 +0300
commitaa65e11fc80d5c78afb582157aac6354a2b0063c (patch)
tree5d97122b9ac830d45277bdc100065335d0f795c8
parent519d94f925b81d59dd18764e8331c4a467018953 (diff)
stbchecker: retarget against net7.0
-rw-r--r--developer_tools/stbchecker/stbchecker.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer_tools/stbchecker/stbchecker.csproj b/developer_tools/stbchecker/stbchecker.csproj
index 3483b250..077d3d65 100644
--- a/developer_tools/stbchecker/stbchecker.csproj
+++ b/developer_tools/stbchecker/stbchecker.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">