Skip to content

Commit

Permalink
Update templates for dotnet isolated worker 2.x (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Nov 13, 2024
1 parent 48490a7 commit 0d55b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ private static string config(string @default = null, [CallerMemberName] string k
: value;
}

public const string DotnetIsolatedItemTemplatesVersion = "4.0.5049";
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.5049";
public const string DotnetItemTemplatesVersion = "4.0.5049";
public const string DotnetProjectTemplatesVersion = "4.0.5049";
public const string DotnetIsolatedItemTemplatesVersion = "4.0.5051";
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.5051";
public const string DotnetItemTemplatesVersion = "4.0.5051";
public const string DotnetProjectTemplatesVersion = "4.0.5051";
public const string TemplateJsonVersion = "3.1.1648";

public static readonly string SBOMManifestToolPath = Path.GetFullPath("../ManifestTool/Microsoft.ManifestTool.dll");
Expand Down

0 comments on commit 0d55b5d

Please sign in to comment.