Skip to content

Commit

Permalink
chore: Updated Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
84634E1A607A committed Jul 20, 2024
1 parent d1b3e0f commit d4be306
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,6 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
/ThuInfoWeb/test.db

# Rider .idea
.idea/
10 changes: 5 additions & 5 deletions ThuInfoWeb/ThuInfoWeb.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand All @@ -11,10 +11,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FreeSql.Provider.PostgreSQL" Version="3.2.682" />
<PackageReference Include="FreeSql.Provider.SqliteCore" Version="3.2.682" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
<PackageReference Include="FreeSql.Provider.PostgreSQL" Version="3.2.833" />
<PackageReference Include="FreeSql.Provider.SqliteCore" Version="3.2.833" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" />
</ItemGroup>

</Project>

0 comments on commit d4be306

Please sign in to comment.