Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FullLifeGames committed Dec 16, 2023
1 parent 70daaed commit bd7e4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TournamentTeamCollector/TournamentTeamCollector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

<ItemGroup>
<PackageReference Include="NeoSmart.Caching.Sqlite" Version="6.1.0" />
<PackageReference Include="ShowdownReplayScouter.Core" Version="1.8.2" />
<PackageReference Include="NeoSmart.Caching.Sqlite" Version="7.0.1" />
<PackageReference Include="ShowdownReplayScouter.Core" Version="1.11.2" />
<PackageReference Include="TournamentParser.Core" Version="2.2.1" />
</ItemGroup>

Expand Down

0 comments on commit bd7e4f8

Please sign in to comment.