mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
2d69c47a01
Bumps [GameFinder.StoreHandlers.Origin](https://github.com/erri120/GameFinder) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/erri120/GameFinder/releases) - [Changelog](https://github.com/erri120/GameFinder/blob/master/CHANGELOG.md) - [Commits](https://github.com/erri120/GameFinder/compare/v4.2.2...v4.2.4) --- updated-dependencies: - dependency-name: GameFinder.StoreHandlers.Origin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wabbajack.Downloaders.Interfaces\Wabbajack.Downloaders.Interfaces.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.VFS\Wabbajack.VFS.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
|
<HintPath>..\..\..\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-preview.6.21355.2\ref\net6.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="GameFinder.StoreHandlers.EADesktop" Version="4.2.2" />
|
|
<PackageReference Include="GameFinder.StoreHandlers.EGS" Version="4.2.2" />
|
|
<PackageReference Include="GameFinder.StoreHandlers.GOG" Version="4.2.2" />
|
|
<PackageReference Include="GameFinder.StoreHandlers.Origin" Version="4.2.4" />
|
|
<PackageReference Include="GameFinder.StoreHandlers.Steam" Version="4.2.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|