Skip to content

Commit

Permalink
remove unecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WeylonSantana committed Nov 26, 2024
1 parent 03b26ad commit 3d80979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Intersect.Client/Intersect.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="$(Configuration) != 'Debug'">
Expand Down
8 changes: 4 additions & 4 deletions Intersect.Tests.Client/Intersect.Tests.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<AssemblyName>Intersect.Tests.Client</AssemblyName>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Intersect.Client.Core\Intersect.Client.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
Expand All @@ -22,8 +26,4 @@
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Intersect.Client.Core\Intersect.Client.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit 3d80979

Please sign in to comment.