Skip to content

Commit

Permalink
Update deps, bump to NET7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koi-3088 committed Mar 6, 2023
1 parent cfc945b commit b19de20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions EtumrepMMO.Server.WinForms/EtumrepMMO.Server.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10</LangVersion>
<LangVersion>11</LangVersion>
<Platforms>x64;x86</Platforms>
<StartupObject>EtumrepMMO.Server.WinForms.Program</StartupObject>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions EtumrepMMO.Server/EtumrepMMO.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<LangVersion>11</LangVersion>
<Platforms>x64;x86</Platforms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.13" />
<PackageReference Include="PKHeX.Core" Version="22.9.13" />
<PackageReference Include="PKHeX.Core" Version="23.2.27" />
</ItemGroup>

<Choose>
Expand Down
Binary file modified EtumrepMMO.Server/deps/EtumrepMMO.Lib.dll
Binary file not shown.

0 comments on commit b19de20

Please sign in to comment.