diff --git a/README.md b/README.md index df7538c..2229477 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ I renamed it, but all the types are still in the original namespace so this shou More documentation would be appreciated via PRs, but this library is only for backward compatibility with .NET Framework applications being brought into .NET Core and .NET 5+, so it should not be used for new projects. -The interactive service credential prompt is only available when targeting .NET Core 3.0+ since `System.Windows.Forms` is unavailable in .NET Standard 2.0. This functionality is untested (by me). +The interactive service credential prompt is only available when targeting .NET Core 5.0-windows+ since `System.Windows.Forms` is unavailable in .NET Standard 2.0. This functionality is untested (by me). --- diff --git a/System.ServiceProcess.Core.Tests/System.ServiceProcess.Core.Tests.csproj b/System.ServiceProcess.Core.Tests/System.ServiceProcess.Core.Tests.csproj index fc0f8bd..22cd1f9 100644 --- a/System.ServiceProcess.Core.Tests/System.ServiceProcess.Core.Tests.csproj +++ b/System.ServiceProcess.Core.Tests/System.ServiceProcess.Core.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0;net5.0-windows false diff --git a/System.ServiceProcess.Core/System.ServiceProcess.Core.csproj b/System.ServiceProcess.Core/System.ServiceProcess.Core.csproj index a286d20..b75fc68 100644 --- a/System.ServiceProcess.Core/System.ServiceProcess.Core.csproj +++ b/System.ServiceProcess.Core/System.ServiceProcess.Core.csproj @@ -1,18 +1,21 @@ - + System.ServiceProcess.Core System.ServiceProcess - netstandard2.0;netcoreapp3.0 + netstandard2.0;net5.0-windows System.ServiceProcess - true true $(NoWarn);1589 + + true + + Core.System.ServiceProcess - 1.0.2 + 2.0.0 Porting of System.ServiceProcess for .NET Standard 2.0 and .NET Core 3.0 from the Microsoft .NET Reference Source. Core.System.ServiceProcess Copyright (C) Microsoft Corporation (Modifications by Chris Benard) @@ -29,7 +32,7 @@ - +