Skip to content

Commit

Permalink
api11, use 8.0.404 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Nov 13, 2024
1 parent 514aad4 commit bebecf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class BuildProcessor
private bool needExtendedImage;

private const string DOCKER_IMAGE = "mcr.microsoft.com/dotnet/sdk";
private const string DOCKER_TAG = "8.0";
private const string DOCKER_TAG = "8.0.404";

// This field specifies which dependency package is to be fetched depending on the .net target framework.
// The values to use in turn depend on the used SDK (see DOCKER_TAG) and what gets resolved at compile time.
Expand Down Expand Up @@ -100,7 +100,7 @@ public class BuildProcessor
{
{ "Dalamud.NET.Sdk", new[]
// This should have all the SDK packages we still support.
{ "9.0.2", "10.0.0" }
{ "11.0.0" }
},
};

Expand Down
2 changes: 1 addition & 1 deletion Plogon/PlogonSystemDefine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class PlogonSystemDefine
/// <summary>
/// Current API level.
/// </summary>
public const int API_LEVEL = 10;
public const int API_LEVEL = 11;

/// <summary>
/// PAC members, github logins.
Expand Down

0 comments on commit bebecf7

Please sign in to comment.