diff --git a/Wabbajack.CLI/Verbs/ListCreationClubContent.cs b/Wabbajack.CLI/Verbs/ListCreationClubContent.cs index 4d61c40f..256d393e 100644 --- a/Wabbajack.CLI/Verbs/ListCreationClubContent.cs +++ b/Wabbajack.CLI/Verbs/ListCreationClubContent.cs @@ -44,7 +44,7 @@ public class ListCreationClubContent : IVerb Console.WriteLine($"Game: {game}"); Console.WriteLine($"Name: {content.Name}"); Console.WriteLine($"Download Size: {content.DepotSize.ToFileSizeString()}"); - Console.WriteLine($"Uri: bethesda://{game}/{content.ContentId}"); + Console.WriteLine($"Uri: bethesda://{game}/cc/{content.ContentId}"); Console.WriteLine("-----------------------------------"); } diff --git a/Wabbajack.Networking.BethesdaNet/Wabbajack.Networking.BethesdaNet.csproj b/Wabbajack.Networking.BethesdaNet/Wabbajack.Networking.BethesdaNet.csproj new file mode 100644 index 00000000..e4645b99 --- /dev/null +++ b/Wabbajack.Networking.BethesdaNet/Wabbajack.Networking.BethesdaNet.csproj @@ -0,0 +1,21 @@ + + + + net6.0 + enable + enable + + + + + ..\..\..\Program Files\dotnet\shared\Microsoft.AspNetCore.App\6.0.1\Microsoft.Extensions.Logging.Abstractions.dll + + + + + + + + + +