Skip to content

Commit

Permalink
Forgot to commit the csproj file. That's why the building was failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
TcPirate1 committed Dec 7, 2023
1 parent 5f0e54e commit 75e8ea5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FFTCG_collection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Compile Remove="FFTCG_test\**" />
<EmbeddedResource Remove="FFTCG_test\**" />
<None Remove="FFTCG_test\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="2.5.0" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
Expand Down

0 comments on commit 75e8ea5

Please sign in to comment.