diff --git a/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj b/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj index cab9ab9a236c1b176cb0bc1f6c7a4954c0db4e8c..d873febf7c5f98be89fb42ea8cd8e9e93fd0615d 100644 --- a/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj +++ b/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj @@ -1,7 +1,7 @@  - net5;netcoreapp3.1 + net6;netcoreapp3.1 logo.ico true RRQM.pfx @@ -38,14 +38,14 @@ API:https://www.yuque.com/rrqm/touchsocket/index - - bin\Debug\net5\TouchSocket.AspNetCore.xml + + bin\Debug\net6\TouchSocket.AspNetCore.xml true - - bin\Release\net5\TouchSocket.AspNetCore.xml + + bin\Release\net6\TouchSocket.AspNetCore.xml true diff --git a/src/TouchSocket/TouchSocket.csproj b/src/TouchSocket/TouchSocket.csproj index c9adceeb69a6594db752a22ddf9de1c954888f50..51ecb6616e714335b3eef7b654a38625975073ab 100644 --- a/src/TouchSocket/TouchSocket.csproj +++ b/src/TouchSocket/TouchSocket.csproj @@ -1,6 +1,6 @@  - net45;net5;netcoreapp3.1;netstandard2.0 + net45;net6;netstandard2.0 logo.ico True RRQM.pfx @@ -64,14 +64,14 @@ API:https://www.yuque.com/rrqm/touchsocket/index true - - bin\Debug\net5\TouchSocket.xml + + bin\Debug\net6\TouchSocket.xml true - - bin\Release\net5\TouchSocket.xml + + bin\Release\net6\TouchSocket.xml true