Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jun 30, 2024
1 parent 3766e71 commit 3879e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Notepad.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Util.fs" />
Expand All @@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falco" Version="4.0.4" />
<PackageReference Include="FSharp.Data" Version="6.2.0" />
<PackageReference Include="FSharp.Data" Version="6.4.0" />
<PackageReference Include="jieba.NET" Version="0.42.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="Npgsql" Version="8.0.3" />
Expand Down

0 comments on commit 3879e01

Please sign in to comment.