Skip to content

Commit

Permalink
Cleanup .csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Jan 21, 2025
1 parent 7b30a88 commit 3b1bd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 1 addition & 5 deletions GameReadyGoap.Benchmarks/GameReadyGoap.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GameReadyGoap.Tests\GameReadyGoap.Tests.csproj" />
<ProjectReference Include="..\GameReadyGoap\GameReadyGoap.csproj" />
</ItemGroup>

</Project>
</Project>
8 changes: 1 addition & 7 deletions GameReadyGoap.Tests/GameReadyGoap.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -18,13 +15,10 @@
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GameReadyGoap\GameReadyGoap.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 3b1bd8f

Please sign in to comment.