mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
e4b04d033a
Bumps [Microsoft.Toolkit.HighPerformance](https://github.com/CommunityToolkit/WindowsCommunityToolkit) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/CommunityToolkit/WindowsCommunityToolkit/releases) - [Commits](https://github.com/CommunityToolkit/WindowsCommunityToolkit/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: Microsoft.Toolkit.HighPerformance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
937 B
XML
23 lines
937 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<Version>$(VERSION)</Version>
|
|
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.Downloaders.Interfaces\Wabbajack.Downloaders.Interfaces.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.Networking.Http\Wabbajack.Networking.Http.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.RateLimiter\Wabbajack.RateLimiter.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0-rc.2.21480.5" />
|
|
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|