From 9382cf86cde60b41b3c53f59247a333e528acd24 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 10 Jul 2024 04:34:53 +1000 Subject: [PATCH] migrate NuGet.Services.Entities.Tests to sdk csproj (#9992) --- .../NuGet.Services.Entities.Tests.csproj | 59 ++----------------- .../Properties/AssemblyInfo.cs | 18 ------ 2 files changed, 5 insertions(+), 72 deletions(-) delete mode 100644 tests/NuGet.Services.Entities.Tests/Properties/AssemblyInfo.cs 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