lith %!s(int64=3) %!d(string=hai) anos
pai
achega
43a0d2ab98
Modificáronse 27 ficheiros con 53 adicións e 53 borrados
  1. 3 3
      Publish/DevOps/release-cmd/41.StressTest-publish.bat
  2. 2 2
      dotnet/Library/Sers/Sers.CL/Test/CommunicationManage/CmClient/Properties/PublishProfiles/FolderProfile.pubxml
  3. 2 2
      dotnet/Library/Sers/Sers.CL/Test/CommunicationManage/CmServer/Properties/PublishProfiles/FolderProfile.pubxml
  4. 2 2
      dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryClient/Properties/PublishProfiles/FolderProfile.pubxml
  5. 2 2
      dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryServer/Properties/PublishProfiles/FolderProfile.pubxml
  6. 2 2
      dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryTest/Properties/PublishProfiles/FolderProfile.pubxml
  7. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.MsTest/Sers.Core.Module.LocalApi.MsTest.csproj
  8. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.Qps/Properties/PublishProfiles/FolderProfile.pubxml
  9. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.Qps/Sers.Core.Module.LocalApi.Qps.csproj
  10. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Rpc.MsTest/Sers.Core.Module.Rpc.MsTest.csproj
  11. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Serialization.Qps/Properties/PublishProfiles/FolderProfile.pubxml
  12. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Serialization.Qps/Sers.Core.Module.Serialization.Qps.csproj
  13. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.MsTest/Sers.Core.MsTest.csproj
  14. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Util.Consumer.Test/Properties/PublishProfiles/FolderProfile.pubxml
  15. 2 2
      dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Util.Consumer.Test/Sers.Core.Util.Consumer.Test.csproj
  16. 2 2
      dotnet/Library/Sers/Sers.Hardware/Test/Sers.Hardware.Demo/Properties/PublishProfiles/FolderProfile.pubxml
  17. 1 1
      dotnet/Library/Sers/Sers.Hardware/Test/Sers.Hardware.Demo/Sers.Hardware.Demo.csproj
  18. 2 2
      dotnet/Library/Vit/Vit.Core/Test/Vit.Core.MsTest/Vit.Core.MsTest.csproj
  19. 2 2
      dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Shell.Demo/Properties/PublishProfiles/FolderProfile.pubxml
  20. 2 2
      dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Shell.Demo/Vit.Core.Util.Shell.Demo.csproj
  21. 1 1
      dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Threading.MsTest/Vit.Core.Util.Threading.MsTest.csproj
  22. 2 2
      dotnet/ServiceCenter/App.Gover.Gateway/Properties/PublishProfiles/FolderProfile.pubxml
  23. 2 2
      dotnet/ServiceCenter/App.ServiceCenter/Properties/PublishProfiles/FolderProfile.pubxml
  24. 2 2
      dotnet/ServiceCenter/Sers.ServiceCenter/Sers.ServiceCenter/Properties/PublishProfiles/FolderProfile.pubxml
  25. 2 2
      dotnet/ServiceStation/Demo/SersLoader/Did.SersLoader.Demo/Properties/PublishProfiles/FolderProfile.pubxml
  26. 2 2
      dotnet/ServiceStation/Demo/SersLoader/Did.SersLoader.HelloWorld/Properties/PublishProfiles/FolderProfile.pubxml
  27. 2 2
      dotnet/ServiceStation/Demo/StressTest/App.Robot.Station/Properties/PublishProfiles/FolderProfile.pubxml

+ 3 - 3
Publish/DevOps/release-cmd/41.StressTest-publish.bat

@@ -26,18 +26,18 @@ echo "(x.3)
 ::Client
 cd /d "%basePath%\dotnet\Library\Sers\Sers.CL\Test\CommunicationManage\CmClient"
 dotnet build --configuration Release
-dotnet publish --configuration Release --output "%publishPath%\CL压测netcoreapp2.1\CmClient"
+dotnet publish --configuration Release --output "%publishPath%\CL压测net5.0\CmClient"
 @if errorlevel 1 (echo . & echo .  & echo 出错,请排查!& pause) 
 
 ::Server
 cd /d "%basePath%\dotnet\Library\Sers\Sers.CL\Test\CommunicationManage\CmServer"
 dotnet build --configuration Release
-dotnet publish --configuration Release --output "%publishPath%\CL压测netcoreapp2.1\CmServer"
+dotnet publish --configuration Release --output "%publishPath%\CL压测net5.0\CmServer"
 @if errorlevel 1 (echo . & echo .  & echo 出错,请排查!& pause) 
 
 
 ::copy bat
-xcopy  "%basePath%\Publish\ReleaseFile\StressTest\CL压测" "%publishPath%\CL压测netcoreapp2.1" /e /i /r /y
+xcopy  "%basePath%\Publish\ReleaseFile\StressTest\CL压测" "%publishPath%\CL压测net5.0" /e /i /r /y
 
 
 

+ 2 - 2
dotnet/Library/Sers/Sers.CL/Test/CommunicationManage/CmClient/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\CLClient</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.CL/Test/CommunicationManage/CmServer/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\CLServer</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryClient/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\DeliveryClient</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryServer/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\DeliveryServer</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.CL/Test/MessageDelivery/DeliveryTest/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.MsTest/Sers.Core.Module.LocalApi.MsTest.csproj

@@ -1,7 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
 
     <IsPackable>false</IsPackable>
   </PropertyGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.Qps/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.LocalApi.Qps/Sers.Core.Module.LocalApi.Qps.csproj

@@ -1,8 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Rpc.MsTest/Sers.Core.Module.Rpc.MsTest.csproj

@@ -1,7 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
 
     <IsPackable>false</IsPackable>
   </PropertyGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Serialization.Qps/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Module.Serialization.Qps/Sers.Core.Module.Serialization.Qps.csproj

@@ -1,8 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.MsTest/Sers.Core.MsTest.csproj

@@ -1,7 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
 
     <IsPackable>false</IsPackable>
   </PropertyGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Util.Consumer.Test/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Sers.Core.Util.Consumer.Test</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Sers/Sers.Core/Test/Sers.Core.Util.Consumer.Test/Sers.Core.Util.Consumer.Test.csproj

@@ -1,8 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 2
dotnet/Library/Sers/Sers.Hardware/Test/Sers.Hardware.Demo/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Debug\netcoreapp2.2\publish\</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 1 - 1
dotnet/Library/Sers/Sers.Hardware/Test/Sers.Hardware.Demo/Sers.Hardware.Demo.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 2
dotnet/Library/Vit/Vit.Core/Test/Vit.Core.MsTest/Vit.Core.MsTest.csproj

@@ -1,7 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
 	<PropertyGroup>
-		<TargetFramework>netcoreapp2.1</TargetFramework>
+		<TargetFramework>net5.0</TargetFramework>
 	</PropertyGroup>
 
 

+ 2 - 2
dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Shell.Demo/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>.\bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Shell.Demo/Vit.Core.Util.Shell.Demo.csproj

@@ -1,8 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 1 - 1
dotnet/Library/Vit/Vit.Core/Test/Vit.Core.Util.Threading.MsTest/Vit.Core.Util.Threading.MsTest.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 2
dotnet/ServiceCenter/App.Gover.Gateway/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/ServiceCenter/App.ServiceCenter/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Publish</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/ServiceCenter/Sers.ServiceCenter/Sers.ServiceCenter/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>..\..\..\publish\nuget</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/ServiceStation/Demo/SersLoader/Did.SersLoader.Demo/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Station</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/ServiceStation/Demo/SersLoader/Did.SersLoader.HelloWorld/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>bin\Station</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>

+ 2 - 2
dotnet/ServiceStation/Demo/StressTest/App.Robot.Station/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 https://go.microsoft.com/fwlink/?LinkID=208121. 
 -->
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProtocol>FileSystem</PublishProtocol>
     <Configuration>Release</Configuration>
     <Platform>Any CPU</Platform>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PublishDir>.\bin\Robot</PublishDir>
     <SelfContained>false</SelfContained>
     <_IsPortable>true</_IsPortable>