Skip to content

Commit fb42a4e

Browse files
committed
Bump .NET Isolated templates out of preview
1 parent f714c13 commit fb42a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Settings.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ private static string config(string @default = null, [CallerMemberName] string k
2020
: value;
2121
}
2222

23-
public const string DotnetIsolatedItemTemplatesVersion = "3.1.1711-preview1";
24-
public const string DotnetIsolatedProjectTemplatesVersion = "3.1.1711-preview1";
23+
public const string DotnetIsolatedItemTemplatesVersion = "3.1.1733";
24+
public const string DotnetIsolatedProjectTemplatesVersion = "3.1.1733";
2525
public const string DotnetItemTemplatesVersion = "3.1.1648";
2626
public const string DotnetProjectTemplatesVersion = "3.1.1648";
2727
public const string TemplateJsonVersion = "3.1.1648";

0 commit comments

Comments
 (0)