diff --git a/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj b/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj index 4bc40f3a65..b24fdbf485 100644 --- a/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj +++ b/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj @@ -1,64 +1,15 @@ - - - + - Debug - AnyCPU - {79C831E9-7C88-4B98-B084-4DE940C73FC7} - Library - Properties - NuGet.Services.Entities.Tests - NuGet.Services.Entities.Tests - v4.7.2 - 512 - true + net472 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - + - - {6262f4fc-29be-4226-b676-db391c89d396} - NuGet.Services.Entities - - - - - 2.5.0 - - - 2.5.0 + + runtime; build; native; contentfiles; analyzers all - \ No newline at end of file diff --git a/tests/NuGet.Services.Entities.Tests/Properties/AssemblyInfo.cs b/tests/NuGet.Services.Entities.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index f7181164e4..0000000000 --- a/tests/NuGet.Services.Entities.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("NuGet.Services.Entities.Tests")] -[assembly: AssemblyDescription("Unit tests for the Entities library")] -[assembly: AssemblyCompany(".NET Foundation")] -[assembly: AssemblyProduct("NuGet.Services.Entities.Tests")] -[assembly: AssemblyCopyright("Copyright © .NET Foundation 2018")] -[assembly: ComVisible(false)] -[assembly: Guid("79c831e9-7c88-4b98-b084-4de940c73fc7")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file