Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnW-ret committed Feb 29, 2024
1 parent 3425bc6 commit f950b62
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace Microsoft.BuildSettings
[<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
do ()
18 changes: 18 additions & 0 deletions src/empty/obj/Debug/net8.0/empty.AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// <auto-generated>
// Generated by the FSharp WriteCodeFragment class.
// </auto-generated>
namespace FSharp

open System
open System.Reflection


[<assembly: System.Reflection.AssemblyCompanyAttribute("empty")>]
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")>]
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3425bc62d659fdb428a5e5532501626f799dfeb3")>]
[<assembly: System.Reflection.AssemblyProductAttribute("empty")>]
[<assembly: System.Reflection.AssemblyTitleAttribute("empty")>]
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
[<assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/fsprojects/FSharp.ABS.DynamoDB")>]
do()
1 change: 1 addition & 0 deletions src/empty/obj/Debug/net8.0/empty.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b0122a8645da7e5e13ccc3d8e3950cb12d2f3920bf05d3284c80791c4d6108c4
Binary file added src/empty/obj/Debug/net8.0/empty.assets.cache
Binary file not shown.
Binary file not shown.

0 comments on commit f950b62

Please sign in to comment.