Skip to content

Commit

Permalink
csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 11, 2024
1 parent f2d7bce commit 6d0da23
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup Label="Globals">
<Platforms>x64</Platforms>
<Platforms>x64;AnyCPU;x86</Platforms>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -11,20 +11,6 @@
<RootNamespace>Webserver.API.UnitTests</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutputPath>..\..\bin\Release</OutputPath>
<Optimize>false</Optimize>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutputPath>..\..\bin\Debug</OutputPath>
</PropertyGroup>

<PropertyGroup>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -45,6 +31,7 @@
<ProjectReference Include="..\..\src\Webserver.API\Webserver.API.csproj" />
</ItemGroup>


<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.146" />
</ItemGroup>
Expand Down

0 comments on commit 6d0da23

Please sign in to comment.