diff --git a/build/NetStandard.settings b/build/NetStandard.settings index 9daaffac9..a630cb722 100644 --- a/build/NetStandard.settings +++ b/build/NetStandard.settings @@ -24,11 +24,6 @@ win-x86;win-x64;osx-x64;linux-x64 - - - false - - true diff --git a/src/Analysis/Engine/Test/Properties/AssemblyInfo.cs b/src/Analysis/Engine/Test/Properties/AssemblyInfo.cs index 0ee98757d..88a89bc0a 100644 --- a/src/Analysis/Engine/Test/Properties/AssemblyInfo.cs +++ b/src/Analysis/Engine/Test/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ // THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS // OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY // IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, -// MERCHANTABLITY OR NON-INFRINGEMENT. +// MERCHANTABILITY OR NON-INFRINGEMENT. // // See the Apache Version 2.0 License for specific language governing // permissions and limitations under the License. @@ -17,8 +17,5 @@ using System.Reflection; using System.Runtime.InteropServices; -[assembly: AssemblyTitle("AnalysisTests")] -[assembly: AssemblyDescription("")] - [assembly: ComVisible(false)] [assembly: Guid("3e11e47d-2321-4769-96b9-38b1eaf8e4eb")]