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: src/Buildalyzer.Workspaces/SL_Buildalyzer.Workspaces.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFrameworks>net6.0</TargetFrameworks>
5
-
<Description>A little utility to perform design-time builds of .NET projects without having to think too hard about it. This extension library adds support for creating a Roslyn workspace from Buildalyzer.</Description>
Copy file name to clipboardExpand all lines: src/Buildalyzer/SL_Buildalyzer.csproj
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
<TargetFrameworks>net6.0</TargetFrameworks>
4
-
<Description>A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime.</Description>
0 commit comments