Skip to content

Commit eac5830

Browse files
authored
updating templates to use net sdk version 1.0.24 (#863)
1 parent b51bbc8 commit eac5830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Settings.cs

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

22-
public const string ItemTemplatesVersion = "2.0.0-10310";
23-
public const string ProjectTemplatesVersion = "2.0.0-10310";
22+
public const string ItemTemplatesVersion = "2.0.0-10311";
23+
public const string ProjectTemplatesVersion = "2.0.0-10311";
2424

2525
public static readonly string SrcProjectPath = Path.GetFullPath("../src/Azure.Functions.Cli/");
2626

0 commit comments

Comments
 (0)