Skip to content

Commit

Permalink
Updated the template versions. (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
khkh-ms authored Sep 6, 2023
1 parent 464bdc4 commit a46d7c2
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.2727";
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.2727";
public const string DotnetItemTemplatesVersion = "4.0.2185";
public const string DotnetProjectTemplatesVersion = "4.0.2185";
public const string DotnetIsolatedItemTemplatesVersion = "4.0.2738";
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.2738";
public const string DotnetItemTemplatesVersion = "4.0.2738";
public const string DotnetProjectTemplatesVersion = "4.0.2738";
public const string TemplateJsonVersion = "3.1.1648";

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

0 comments on commit a46d7c2

Please sign in to comment.