Skip to content

Commit 48490a7

Browse files
authored
template update (#4151)
1 parent bc790c6 commit 48490a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/Settings.cs

+4-4
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.5032";
23-
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.5032";
24-
public const string DotnetItemTemplatesVersion = "4.0.5032";
25-
public const string DotnetProjectTemplatesVersion = "4.0.5032";
22+
public const string DotnetIsolatedItemTemplatesVersion = "4.0.5049";
23+
public const string DotnetIsolatedProjectTemplatesVersion = "4.0.5049";
24+
public const string DotnetItemTemplatesVersion = "4.0.5049";
25+
public const string DotnetProjectTemplatesVersion = "4.0.5049";
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)