Update to .NET 8; Update SteamStorefrontAPI

This commit is contained in:
Jeddunk 2023-12-25 13:34:46 +01:00
parent 23162d090e
commit e65d92c12c
3 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<FileVersion>0.2.0</FileVersion>
<FileVersion>0.3.0</FileVersion>
<Company>Jeddunk</Company>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>