Skip to content

Commit 3b45c1e

Browse files
committed
Set default Sdk
1 parent bd4efc9 commit 3b45c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.DependencyModel/ProjectSystem/ProjectFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public ProjectFile(string xmlContent)
6666
/// <summary>
6767
/// Gets the project SDK
6868
/// </summary>
69-
public string Sdk { get; set; }
69+
public string Sdk { get; set; } = "Microsoft.NET.Sdk";
7070

7171
public void Save(string pathToProjectFile)
7272
{

0 commit comments

Comments
 (0)