From 6028e84509664ef8e8aebbd179cf1293024baa7d Mon Sep 17 00:00:00 2001 From: cygon Date: Wed, 24 Jul 2024 13:30:59 +0200 Subject: [PATCH] Upgraded project to .NET standard 2.0 --- Nuclex.Support (net-4.6).csproj | 203 ------------------------ Nuclex.Support (netstandard-2.0).csproj | 22 +++ 2 files changed, 22 insertions(+), 203 deletions(-) delete mode 100644 Nuclex.Support (net-4.6).csproj create mode 100644 Nuclex.Support (netstandard-2.0).csproj diff --git a/Nuclex.Support (net-4.6).csproj b/Nuclex.Support (net-4.6).csproj deleted file mode 100644 index 2643ca4..0000000 --- a/Nuclex.Support (net-4.6).csproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {00567408-4F44-4C00-866E-B04A99E482F2} - Library - Properties - Nuclex.Support - Nuclex.Support - v4.6.2 - 512 - - - - - true - full - false - bin\net-4.0\Debug\ - TRACE;DEBUG;UNITTEST;WINDOWS - prompt - 4 - bin\net-4.0\Debug\Nuclex.Support.xml - false - - - pdbonly - true - bin\net-4.6\Release\ - TRACE;UNITTEST;WINDOWS - prompt - 4 - bin\net-4.6\Release\Nuclex.Support.xml - false - - - $(SolutionDir)third-party\ - - - true - - - ..\Foundation.snk - - - - ..\third-party\NMock3.3.5.44\lib\net40\NMock3.dll - - - ..\third-party\NUnit.2.7.1\lib\nunit.framework.dll - - - - - - - - - - - - - - - - - - - - - - ExpressionTreeCloner.cs - - - ExpressionTreeCloner.cs - - - - - - - - - Deque.cs - - - Deque.cs - - - Deque.cs - - - Deque.cs - - - - - - - - - - - MultiDictionary.cs - - - MultiDictionary.cs - - - - - - - - - - - - - - - - - - - - TransformingReadOnlyCollection.cs - - - - - WeakCollection.cs - - - - ConfigurationFileStore.cs - - - - - - - - - - - - - CommandLine.cs - - - CommandLine.cs - - - CommandLine.cs - - - - - - - - - - - - - - - - - - - - - - - - Foundation.snk - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Nuclex.Support (netstandard-2.0).csproj b/Nuclex.Support (netstandard-2.0).csproj new file mode 100644 index 0000000..633728f --- /dev/null +++ b/Nuclex.Support (netstandard-2.0).csproj @@ -0,0 +1,22 @@ + + + + netstandard2.0 + Apache-2.0 + false + True + Nuclex.Support + Nuclex.Support + + + + + + + + + + + + +