You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/Scripts/TargetFramework.cs
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ public enum TargetFramework
15
15
NetStandard20,
16
16
NetStandard21,
17
17
Net20,
18
-
Net46
18
+
Net46,
19
+
Net471
19
20
}
20
21
21
22
publicenumScriptingBackend
@@ -47,6 +48,8 @@ public static string AsMSBuildString(this TargetFramework @this)
0 commit comments