Skip to content

Commit

Permalink
migrate NuGet.Services.Entities.Tests to sdk csproj (#9992)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Jul 9, 2024
1 parent 317378a commit 9382cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,64 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{79C831E9-7C88-4B98-B084-4DE940C73FC7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NuGet.Services.Entities.Tests</RootNamespace>
<AssemblyName>NuGet.Services.Entities.Tests</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="PackageDeprecationStatusFacts.cs" />
<Compile Include="PackageFacts.cs" />
<Compile Include="PackageRegistrationExtensionsFacts.cs" />
<Compile Include="PackageStatusFacts.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UserFacts.cs" />
<Compile Include="UserSecurityPolicyFacts.cs" />
<ProjectReference Include="..\..\src\NuGet.Services.Entities\NuGet.Services.Entities.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NuGet.Services.Entities\NuGet.Services.Entities.csproj">
<Project>{6262f4fc-29be-4226-b676-db391c89d396}</Project>
<Name>NuGet.Services.Entities</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit">
<Version>2.5.0</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>2.5.0</Version>
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" >
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
18 changes: 0 additions & 18 deletions tests/NuGet.Services.Entities.Tests/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 9382cf8

Please sign in to comment.