Skip to content

Commit

Permalink
update .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Aug 18, 2024
1 parent 553c85c commit 2a9a2e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dependences/gemini
6 changes: 3 additions & 3 deletions OngekiFumenEditor/OngekiFumenEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>embedded</DebugType>
Expand Down Expand Up @@ -172,10 +172,10 @@
<PackageReference Include="PixiEditor.ColorPicker" Version="3.3.1" />
<PackageReference Include="SharpVectors" Version="1.8.4" />
<PackageReference Include="SimpleSvg2LineSegementInterpolater" Version="0.7.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="Svg" Version="3.4.6" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a9a2e2

Please sign in to comment.