Skip to content

Commit b605288

Browse files
Update dotnet and dotnet-isolated templates versions (#3016)
1 parent b1ebbed commit b605288

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
@@ -20,10 +20,10 @@ private static string config(string @default = null, [CallerMemberName] string k
2020
: value;
2121
}
2222

23-
public const string DotnetIsolatedItemTemplatesVersion = "3.1.1733";
24-
public const string DotnetIsolatedProjectTemplatesVersion = "3.1.1733";
25-
public const string DotnetItemTemplatesVersion = "3.1.1648";
26-
public const string DotnetProjectTemplatesVersion = "3.1.1648";
23+
public const string DotnetIsolatedItemTemplatesVersion = "3.1.2040";
24+
public const string DotnetIsolatedProjectTemplatesVersion = "3.1.2040";
25+
public const string DotnetItemTemplatesVersion = "3.1.2040";
26+
public const string DotnetProjectTemplatesVersion = "3.1.2040";
2727
public const string TemplateJsonVersion = "3.1.1648";
2828

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

0 commit comments

Comments
 (0)