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: Streamliner/Streamliner.csproj
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,19 @@
4
4
<TargetFramework>net5.0</TargetFramework>
5
5
<Authors>Nikolas Andreou</Authors>
6
6
<Product>Streamliner</Product>
7
-
<Description>A .NET core library that enables the creation of code workflows. Streamliner creates a directed acyclic graph which represents the workflow in separate, single responsibility blocks.</Description>
7
+
<Description>A .NET 5 library that enables the creation of code workflows. Streamliner creates a directed acyclic graph which represents the workflow in separate, single responsibility blocks.</Description>
0 commit comments