Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FbExternalEmbedded/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ public static string GetNormalConnectionString(string dbPath)
}
}
}
// Individual commit for Program.cs (#1)
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
// Individual commit for .NETCoreApp,Version=v5.0.AssemblyAttributes.cs (#2)
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for FbExternalEmbedded.AssemblyInfo.cs (#3)
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
// Individual commit for .NETCoreApp,Version=v3.1.AssemblyAttributes.cs (#4)
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for FbExternalEmbedded.AssemblyInfo.cs netcoreapp3.1 (#5)

1 change: 1 addition & 0 deletions MyFooAssembly/MyFooFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ public static class MyFooFunctions
public static string HelloWorldAppender(string input) => $"{input} Hello World!!";
}
}
// Individual commit for MyFooFunctions.cs (#6)
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
// Individual commit for MyFooAssembly .NETCoreApp v5.0 AssemblyAttributes.cs (#7)
2 changes: 2 additions & 0 deletions MyFooAssembly/obj/Debug/net5.0/MyFooAssembly.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for MyFooAssembly.AssemblyInfo.cs net5.0 (#8)

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
// Individual commit for MyFooAssembly .NETCoreApp v3.1 AssemblyAttributes.cs (#9)
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for MyFooAssembly.AssemblyInfo.cs netcoreapp3.1 (#10)

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")]
// Individual commit for MyFooAssembly .NETStandard v2.0 AssemblyAttributes.cs (#11)
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for MyFooAssembly.AssemblyInfo.cs netstandard2.0 (#12)

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = "")]
// Individual commit for MyFooAssembly .NETStandard v2.1 AssemblyAttributes.cs (#13)
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@

// Generated by the MSBuild WriteCodeFragment class.

// Individual commit for MyFooAssembly.AssemblyInfo.cs netstandard2.1 (#14)