From 144ec28a59bbd73d0d28341d9963fff389675232 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 5 Jun 2024 14:40:34 +1000 Subject: [PATCH 1/2] migrate NuGet.Services.Entities.Tests to sdk csproj --- .../NuGet.Services.Entities.Tests.csproj | 65 ++----------------- .../Properties/AssemblyInfo.cs | 18 ----- 2 files changed, 6 insertions(+), 77 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..ef52fe7027 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,11 @@ - - - + - 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 From 21bac235ebcb995e723a95d8f59ddb77a224f0de Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 28 Jun 2024 09:15:00 +1000 Subject: [PATCH 2/2] Update NuGet.Services.Entities.Tests.csproj --- .../NuGet.Services.Entities.Tests.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ef52fe7027..b24fdbf485 100644 --- a/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj +++ b/tests/NuGet.Services.Entities.Tests/NuGet.Services.Entities.Tests.csproj @@ -4,8 +4,12 @@ - + + - + + runtime; build; native; contentfiles; analyzers + all + \ No newline at end of file