We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4efc9 commit 3b45c1eCopy full SHA for 3b45c1e
src/Dotnet.Script.DependencyModel/ProjectSystem/ProjectFile.cs
@@ -66,7 +66,7 @@ public ProjectFile(string xmlContent)
66
/// <summary>
67
/// Gets the project SDK
68
/// </summary>
69
- public string Sdk { get; set; }
+ public string Sdk { get; set; } = "Microsoft.NET.Sdk";
70
71
public void Save(string pathToProjectFile)
72
{
0 commit comments