mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
1e65cd4a06
NebulaAuth: - Added MAAC and PortableMaClient for multi-confirmations - Code clean-ups, removed unused classes, refactoring of old files - SteamLib updated - Localization and UI updates - Dependcies updated to the last version LegacyConverter: - Added mode to decrypt mafiles
22 lines
906 B
XML
22 lines
906 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AchiesUtilities.Newtonsoft.JSON" Version="1.2.11" />
|
|
<PackageReference Include="AchiesUtilities.Web" Version="1.0.14" />
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="protobuf-net" Version="3.2.30" />
|
|
<PackageReference Include="protobuf-net.Core" Version="3.2.30" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|