diff --git a/Directory.build.props b/Directory.build.props index 0b5b762..7ba1526 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -14,9 +14,13 @@ https://github.com/AngelMunoz/Mondocks - + + all + runtime; build; native; contentfiles; analyzers + - + + \ No newline at end of file diff --git a/src/Mondocks.Fable/Mondocks.Fable.fsproj b/src/Mondocks.Fable/Mondocks.Fable.fsproj index 8e16afd..900de2b 100644 --- a/src/Mondocks.Fable/Mondocks.Fable.fsproj +++ b/src/Mondocks.Fable/Mondocks.Fable.fsproj @@ -1,7 +1,7 @@  - net5.0;netstandard2.0 + netstandard2.0;net5.0;net6.0 true true true @@ -19,7 +19,7 @@ - + diff --git a/src/Mondocks.Net/Mondocks.Net.fsproj b/src/Mondocks.Net/Mondocks.Net.fsproj index 01e6f06..242815b 100644 --- a/src/Mondocks.Net/Mondocks.Net.fsproj +++ b/src/Mondocks.Net/Mondocks.Net.fsproj @@ -1,6 +1,6 @@ - + - net5.0;netstandard2.0 + netstandard2.0;net5.0;net6.0 true true true @@ -14,8 +14,8 @@ - - + + diff --git a/src/Mondocks/Mondocks.fsproj b/src/Mondocks/Mondocks.fsproj index cfb4383..f5cb460 100644 --- a/src/Mondocks/Mondocks.fsproj +++ b/src/Mondocks/Mondocks.fsproj @@ -2,7 +2,7 @@ - net5.0;netstandard2.0 + netstandard2.0;net5.0;net6.0 true true true