Update to .NET 8; Update SteamStorefrontAPI
This commit is contained in:
parent
23162d090e
commit
e65d92c12c
@ -1,8 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<FileVersion>0.2.0</FileVersion>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<FileVersion>0.3.0</FileVersion>
|
||||
<Company>Jeddunk</Company>
|
||||
<Platforms>AnyCPU;x86;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
@ -11,7 +11,7 @@
|
||||
<PackageReference Include="AngleSharp" Version="0.14.0" />
|
||||
<PackageReference Include="MvvmCross" Version="7.1.2" />
|
||||
<PackageReference Include="NinjaNye.SearchExtensions" Version="3.0.1" />
|
||||
<PackageReference Include="SharpCompress" Version="0.26.0" />
|
||||
<PackageReference Include="SharpCompress" Version="0.35.0" />
|
||||
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
|
||||
<PackageReference Include="SteamStorefrontAPI.NETStandard" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2b984cd5a11802e6106e0e1202b90fe5da7735fb
|
||||
Subproject commit c1fc8a5d6f4852c9430a66f7bc3c57c7076d2a39
|
Loading…
Reference in New Issue
Block a user