Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a46d7c2

Browse files
authoredSep 6, 2023
Updated the template versions. (#3445)
1 parent 464bdc4 commit a46d7c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎build/Settings.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ private static string config(string @default = null, [CallerMemberName] string k
1919
: value;
2020
}
2121

22-
public const string DotnetIsolatedItemTemplatesVersion = "4.0.2727";
23-
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.2727";
24-
public const string DotnetItemTemplatesVersion = "4.0.2185";
25-
public const string DotnetProjectTemplatesVersion = "4.0.2185";
22+
public const string DotnetIsolatedItemTemplatesVersion = "4.0.2738";
23+
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.2738";
24+
public const string DotnetItemTemplatesVersion = "4.0.2738";
25+
public const string DotnetProjectTemplatesVersion = "4.0.2738";
2626
public const string TemplateJsonVersion = "3.1.1648";
2727

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

0 commit comments

Comments
 (0)
Please sign in to comment.