diff --git a/Yubico.Core/src/Yubico.Core.csproj b/Yubico.Core/src/Yubico.Core.csproj index b932be8e..f2b10cd1 100644 --- a/Yubico.Core/src/Yubico.Core.csproj +++ b/Yubico.Core/src/Yubico.Core.csproj @@ -19,7 +19,7 @@ limitations under the License. --> - netstandard2.0;netstandard2.1;net47 + netstandard2.0;netstandard2.1;net472 true @@ -116,10 +116,10 @@ limitations under the License. --> all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + @@ -127,7 +127,6 @@ limitations under the License. --> runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs b/Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs index 23eccf96..47aa793b 100644 --- a/Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs +++ b/Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs @@ -48,15 +48,15 @@ internal static partial class Libraries /// /// /// This method must be called before any P/Invoke calls are made. - /// The implementation details are handled in Libraries.Net47.cs. + /// The implementation details are handled in Libraries.Net48.cs. /// - public static void EnsureInitialized() => Net47Implementation.Initialize(); + public static void EnsureInitialized() => Net48Implementation.Initialize(); /// /// Encapsulates the .NET Framework 4.7 specific implementation details for native library management. /// This nested class handles the dynamic loading of architecture-specific (x86/x64) native libraries. /// - private static class Net47Implementation + private static class Net48Implementation { // Handle to the loaded native library private static UnmanagedDynamicLibrary? _nativeShims; diff --git a/Yubico.Core/src/Yubico/PlatformInterop/Libraries.cs b/Yubico.Core/src/Yubico/PlatformInterop/Libraries.cs index e7d13e8e..c10ae4ec 100644 --- a/Yubico.Core/src/Yubico/PlatformInterop/Libraries.cs +++ b/Yubico.Core/src/Yubico/PlatformInterop/Libraries.cs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// As long as we have the Libraries.Net47.cs class which holds the opposite preprocessor directive check, +// As long as we have the Libraries.Net48.cs class which holds the opposite preprocessor directive check, // this check is required - as having both at the same time is not possible. #if !NET47 diff --git a/Yubico.NativeShims/Yubico.NativeShims.nuspec b/Yubico.NativeShims/Yubico.NativeShims.nuspec index df69c1a3..856c8551 100644 --- a/Yubico.NativeShims/Yubico.NativeShims.nuspec +++ b/Yubico.NativeShims/Yubico.NativeShims.nuspec @@ -13,6 +13,7 @@ docs/readme.md + @@ -34,7 +35,10 @@ + + + diff --git a/Yubico.YubiKey/src/Yubico.YubiKey.csproj b/Yubico.YubiKey/src/Yubico.YubiKey.csproj index f367b4bb..7ea6f244 100644 --- a/Yubico.YubiKey/src/Yubico.YubiKey.csproj +++ b/Yubico.YubiKey/src/Yubico.YubiKey.csproj @@ -20,7 +20,7 @@ limitations under the License. --> As of 2020, netstandard2.0 allows us to reach the widest audience while providing a large enough set of the .NET library to be productive. --> - netstandard2.0;netstandard2.1;net47 + netstandard2.0;netstandard2.1;net472 @@ -104,12 +104,12 @@ limitations under the License. --> - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -125,13 +125,13 @@ limitations under the License. --> - + - - + +