diff --git a/Mono.Addins.CecilReflector/AssemblyInfo.cs b/Mono.Addins.CecilReflector/AssemblyInfo.cs deleted file mode 100644 index cf2c0fba2..000000000 --- a/Mono.Addins.CecilReflector/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following -// attributes. -// -// change them to the information which is associated with the assembly -// you compile. - -[assembly: AssemblyTitle("Mono.Addins.CecilReflector")] -[assembly: AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")] - -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all values by your own or you can build default build and revision -// numbers with the '*' character (the default): - -[assembly: AssemblyVersion("1.0.0.0")] diff --git a/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj b/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj index f72813d51..95c0c8ead 100644 --- a/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj +++ b/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj @@ -1,20 +1,16 @@ - + - Debug - AnyCPU {42D1CE65-A14B-4218-B787-58AD7AA68513} Library Mono.Addins.CecilReflector Mono.Addins.CecilReflector - True - ..\mono-addins.snk Mono.Addins.CecilReflector Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories. 8.0.30703 - 2.0 + 1.0.0.0 True @@ -49,9 +45,4 @@ Mono.Addins - - - - - diff --git a/Mono.Addins.Gui/Mono.Addins.Gui.csproj b/Mono.Addins.Gui/Mono.Addins.Gui.csproj index d5681ea00..f09e8a876 100644 --- a/Mono.Addins.Gui/Mono.Addins.Gui.csproj +++ b/Mono.Addins.Gui/Mono.Addins.Gui.csproj @@ -1,17 +1,13 @@ - + - Debug - AnyCPU 8.0.30703 {FEC19BDA-4904-4005-8C09-68E82E8BEF6A} Library Mono.Addins.Gui 2.0 Mono.Addins.Gui - True - ..\mono-addins.snk PackageReference @@ -39,15 +35,11 @@ 1574;1591 - - - - - + @@ -61,35 +53,6 @@ False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - package-x-generic.png @@ -380,8 +343,4 @@ web-search-16~dark@2x.png - - - - diff --git a/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj b/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj index fc688f319..2e110ed5b 100644 --- a/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj +++ b/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj @@ -1,5 +1,5 @@ - + Debug @@ -10,8 +10,6 @@ Library Mono.Addins.GuiGtk3 Mono.Addins.GuiGtk3 - True - ..\mono-addins.snk True @@ -37,35 +35,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -381,7 +353,6 @@ Mono.Addins.GuiGtk3.interfaces.ErrorDialog.ui - {A85C9721-C054-4BD8-A1F3-0227615F0A36} diff --git a/Mono.Addins.MSBuild/AssemblyInfo.cs b/Mono.Addins.MSBuild/AssemblyInfo.cs deleted file mode 100644 index ab7d14ded..000000000 --- a/Mono.Addins.MSBuild/AssemblyInfo.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// AssemblyInfo.cs -// -// Author: -// Lluis Sanchez Gual -// -// Copyright (c) 2009 Novell, Inc (http://www.novell.com) -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Mono.Addins")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.0.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] diff --git a/Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj b/Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj index c0836b152..57af6e83d 100644 --- a/Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj +++ b/Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj @@ -1,17 +1,14 @@ - - + - Debug - AnyCPU 8.0.30703 2.0 {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3} Library Mono.Addins.MSBuild Mono.Addins.MSBuild - True - ..\mono-addins.snk + netstandard2.0 + 1.0.0.0 True @@ -34,28 +31,14 @@ - - - - - - - - - - {A85C9721-C054-4BD8-A1F3-0227615F0A36} - Mono.Addins.Setup - False - + + {91DD5A2D-9FE3-4C3C-9253-876141874DAD} Mono.Addins False - - - \ No newline at end of file diff --git a/Mono.Addins.Setup/AssemblyInfo.cs b/Mono.Addins.Setup/AssemblyInfo.cs deleted file mode 100644 index 715e8bd73..000000000 --- a/Mono.Addins.Setup/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following -// attributes. -// -// change them to the information which is associated with the assembly -// you compile. - -[assembly: AssemblyTitle("Mono.Addins.Setup")] -[assembly: AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")] - -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all values by your own or you can build default build and revision -// numbers with the '*' character (the default): - -[assembly: AssemblyVersion("1.0.0.0")] diff --git a/Mono.Addins.Setup/Mono.Addins.Setup.csproj b/Mono.Addins.Setup/Mono.Addins.Setup.csproj index c63b74709..a115edac6 100644 --- a/Mono.Addins.Setup/Mono.Addins.Setup.csproj +++ b/Mono.Addins.Setup/Mono.Addins.Setup.csproj @@ -1,21 +1,19 @@ - + - Debug - AnyCPU {A85C9721-C054-4BD8-A1F3-0227615F0A36} Library Mono.Addins.Setup Mono.Addins.Setup - True - ..\mono-addins.snk Mono.Addins.Setup Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories. 8.0.30703 2.0 true + 1.0.0.0 + netstandard2.0 True @@ -55,43 +53,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mono.Addins.sln b/Mono.Addins.sln index e33045ba0..2b19c9797 100644 --- a/Mono.Addins.sln +++ b/Mono.Addins.sln @@ -163,7 +163,6 @@ Global {B051C84E-48CC-448D-B00C-1525EB64E4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU {B051C84E-48CC-448D-B00C-1525EB64E4BE}.Release|Any CPU.Build.0 = Release|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugGtk3|Any CPU.Build.0 = Debug|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugNoGui|Any CPU.ActiveCfg = Debug|Any CPU @@ -172,6 +171,7 @@ Global {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.Build.0 = Debug|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.Build.0 = Release|Any CPU + {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU {EA2F08DC-8289-4A89-A405-1A70D8B4C569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EA2F08DC-8289-4A89-A405-1A70D8B4C569}.Debug|Any CPU.Build.0 = Debug|Any CPU {EA2F08DC-8289-4A89-A405-1A70D8B4C569}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU @@ -201,7 +201,6 @@ Global {F109148D-849E-4044-8700-5E8EA0AB2476}.Release|Any CPU.ActiveCfg = Debug|Any CPU {F109148D-849E-4044-8700-5E8EA0AB2476}.Release|Any CPU.Build.0 = Debug|Any CPU {FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU {FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU {FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugGtk3|Any CPU.Build.0 = Debug|Any CPU {FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugNoGui|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/Mono.Addins/AssemblyInfo.cs b/Mono.Addins/AssemblyInfo.cs deleted file mode 100644 index 7b050f171..000000000 --- a/Mono.Addins/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following -// attributes. -// -// change them to the information which is associated with the assembly -// you compile. - -[assembly: AssemblyTitle("Mono.Addins")] -[assembly: AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")] - -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all values by your own or you can build default build and revision -// numbers with the '*' character (the default): - -[assembly: AssemblyVersion("1.0.0.0")] - -[assembly: InternalsVisibleTo ("Mono.Addins.Setup, PublicKey=00240000048000009400000006020000002400005253413100" + - "0400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c" + - "3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4" + - "f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")] -[assembly: InternalsVisibleTo("UnitTests, PublicKey=00240000048000009400000006020000002400005253413100" + - "0400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c" + - "3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4" + - "f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")] diff --git a/Mono.Addins/Mono.Addins.Database/AddinDatabase.cs b/Mono.Addins/Mono.Addins.Database/AddinDatabase.cs index 714f24310..fb7f72132 100644 --- a/Mono.Addins/Mono.Addins.Database/AddinDatabase.cs +++ b/Mono.Addins/Mono.Addins.Database/AddinDatabase.cs @@ -1823,11 +1823,8 @@ bool AddinIdExists (string id) ISetupHandler GetSetupHandler () { -// if (Util.IsMono) -// return new SetupProcess (); -// else if (fs.RequiresIsolation) - return new SetupDomain (); + return new SetupProcess (); else return new SetupLocal (); } diff --git a/Mono.Addins/Mono.Addins.Database/SetupProcess.cs b/Mono.Addins/Mono.Addins.Database/SetupProcess.cs index 0ae3a3370..1b2625211 100644 --- a/Mono.Addins/Mono.Addins.Database/SetupProcess.cs +++ b/Mono.Addins/Mono.Addins.Database/SetupProcess.cs @@ -160,19 +160,10 @@ public static int Main (string [] args) static string CreateHostExe () { - string file; - string id; - string fullFile; - do { - id = Guid.NewGuid ().ToString ().Replace ('-','_'); - file = id + ".exe"; - fullFile = Path.Combine (Path.GetTempPath (), file); - } while (File.Exists (fullFile)); - AssemblyName aname = new AssemblyName (); - aname.Name = id; - AssemblyBuilder ab = AppDomain.CurrentDomain.DefineDynamicAssembly (aname, AssemblyBuilderAccess.Save, Path.GetTempPath ()); - ModuleBuilder mb = ab.DefineDynamicModule (aname.Name, file); + aname.Name = Guid.NewGuid ().ToString ().Replace ('-','_'); + AssemblyBuilder ab = AssemblyBuilder.DefineDynamicAssembly (aname, AssemblyBuilderAccess.Run); + ModuleBuilder mb = ab.DefineDynamicModule (aname.Name); TypeBuilder tb = mb.DefineType ("App", TypeAttributes.Public|TypeAttributes.Class); MethodBuilder fb = tb.DefineMethod("Main", @@ -187,10 +178,8 @@ static string CreateHostExe () ilg.EmitCall (OpCodes.Call, mi, null); ilg.Emit (OpCodes.Ret); - tb.CreateType(); - ab.SetEntryPoint (fb, PEFileKinds.WindowApplication); - ab.Save (file); - return fullFile; + tb.CreateTypeInfo(); + return tb.FullName; } } diff --git a/Mono.Addins/Mono.Addins.Description/ModuleDescription.cs b/Mono.Addins/Mono.Addins.Description/ModuleDescription.cs index 233167dda..dfbd16944 100644 --- a/Mono.Addins/Mono.Addins.Description/ModuleDescription.cs +++ b/Mono.Addins/Mono.Addins.Description/ModuleDescription.cs @@ -147,7 +147,7 @@ public StringCollection Assemblies { } } - internal StringCollection AssemblyNames { + public StringCollection AssemblyNames { get { if (assemblyNames == null) { assemblyNames = new StringCollection (); diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj index 025be72e7..c133565d2 100644 --- a/Mono.Addins/Mono.Addins.csproj +++ b/Mono.Addins/Mono.Addins.csproj @@ -1,21 +1,16 @@ - - + - Debug - AnyCPU {91DD5A2D-9FE3-4C3C-9253-876141874DAD} Library Mono.Addins Mono.Addins - True - ..\mono-addins.snk + 8.0.30703 + netstandard2.0 Mono.Addins Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. - 8.0.30703 - 2.0 - true + 1.0.0.0 True @@ -47,121 +42,16 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + <_Parameter1>Mono.Addins.Setup + + + <_Parameter1>UnitTests + - diff --git a/TargetFrameworks.props b/TargetFrameworks.props index 4eda1b74b..60fb3a761 100644 --- a/TargetFrameworks.props +++ b/TargetFrameworks.props @@ -2,7 +2,7 @@ true - v4.5 - v4.6.1 + net461 + net461 diff --git a/Test/CommandExtension/CommandExtension.csproj b/Test/CommandExtension/CommandExtension.csproj index c0407273b..4906b31cd 100644 --- a/Test/CommandExtension/CommandExtension.csproj +++ b/Test/CommandExtension/CommandExtension.csproj @@ -1,5 +1,5 @@ - + Debug @@ -40,9 +40,4 @@ Always - - - - - \ No newline at end of file diff --git a/Test/FileContentExtension/FileContentExtension.csproj b/Test/FileContentExtension/FileContentExtension.csproj index e80094405..dedcf1b6a 100644 --- a/Test/FileContentExtension/FileContentExtension.csproj +++ b/Test/FileContentExtension/FileContentExtension.csproj @@ -1,5 +1,5 @@ - + Debug @@ -40,10 +40,4 @@ Always - - - - - - \ No newline at end of file diff --git a/Test/FileExtender/FileExtender.csproj b/Test/FileExtender/FileExtender.csproj index c63d17ab1..ea667b1f3 100644 --- a/Test/FileExtender/FileExtender.csproj +++ b/Test/FileExtender/FileExtender.csproj @@ -1,5 +1,5 @@ - + Debug @@ -47,9 +47,6 @@ False - - - FileExtender.addin.xml @@ -63,5 +60,4 @@ Always - diff --git a/Test/GuiTester/GuiTester.csproj b/Test/GuiTester/GuiTester.csproj index b7d3f35a5..019f3605a 100644 --- a/Test/GuiTester/GuiTester.csproj +++ b/Test/GuiTester/GuiTester.csproj @@ -1,5 +1,5 @@ - + Debug @@ -33,23 +33,13 @@ - - - - - + gui.stetic - - - - - - {91DD5A2D-9FE3-4C3C-9253-876141874DAD} diff --git a/Test/HelloWorldExtension/HelloWorldExtension.csproj b/Test/HelloWorldExtension/HelloWorldExtension.csproj index 89f178d57..896810d18 100644 --- a/Test/HelloWorldExtension/HelloWorldExtension.csproj +++ b/Test/HelloWorldExtension/HelloWorldExtension.csproj @@ -1,6 +1,5 @@ - - + Debug AnyCPU @@ -40,12 +39,4 @@ Mono.Addins - - - - - - - - \ No newline at end of file diff --git a/Test/MultiAssemblyAddin/MultiAssemblyAddin.csproj b/Test/MultiAssemblyAddin/MultiAssemblyAddin.csproj index a4767c036..9e00894c9 100644 --- a/Test/MultiAssemblyAddin/MultiAssemblyAddin.csproj +++ b/Test/MultiAssemblyAddin/MultiAssemblyAddin.csproj @@ -1,5 +1,5 @@ - + Debug @@ -33,9 +33,6 @@ - - - {91DD5A2D-9FE3-4C3C-9253-876141874DAD} @@ -52,5 +49,4 @@ SecondAssembly - \ No newline at end of file diff --git a/Test/MultiAssemblyAddin/OptionalModule/OptionalModule.csproj b/Test/MultiAssemblyAddin/OptionalModule/OptionalModule.csproj index 99cf86f7f..dd39726ac 100644 --- a/Test/MultiAssemblyAddin/OptionalModule/OptionalModule.csproj +++ b/Test/MultiAssemblyAddin/OptionalModule/OptionalModule.csproj @@ -1,5 +1,5 @@ - + Debug @@ -45,8 +45,4 @@ False - - - - \ No newline at end of file diff --git a/Test/MultiAssemblyAddin/SecondAssembly/SecondAssembly.csproj b/Test/MultiAssemblyAddin/SecondAssembly/SecondAssembly.csproj index d99d3cfda..0948e7b37 100644 --- a/Test/MultiAssemblyAddin/SecondAssembly/SecondAssembly.csproj +++ b/Test/MultiAssemblyAddin/SecondAssembly/SecondAssembly.csproj @@ -1,5 +1,5 @@ - + Debug @@ -45,9 +45,4 @@ False - - - - - \ No newline at end of file diff --git a/Test/SystemInfoExtension/SystemInfoExtension.csproj b/Test/SystemInfoExtension/SystemInfoExtension.csproj index 9b1b764a4..5da58881a 100644 --- a/Test/SystemInfoExtension/SystemInfoExtension.csproj +++ b/Test/SystemInfoExtension/SystemInfoExtension.csproj @@ -1,5 +1,5 @@ - + Debug @@ -40,22 +40,16 @@ - - - - - - + Always - + - - + Resources.resources - - + + Resources.ca.resources - + \ No newline at end of file diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj index c0329a32c..12aa989d4 100644 --- a/Test/UnitTests/UnitTests.csproj +++ b/Test/UnitTests/UnitTests.csproj @@ -1,5 +1,5 @@ - + Debug @@ -10,8 +10,6 @@ UnitTests 2.0 UnitTests - True - ..\..\mono-addins.snk True @@ -28,9 +26,6 @@ - - 3.11.1 - @@ -46,36 +41,6 @@ Mono.Addins.Setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always @@ -98,7 +63,6 @@ PreserveNewest - TestManifest2.xml @@ -110,7 +74,8 @@ TestManifest2-bis.xml - - - + + + + diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj index 49d2ee012..d50c997d8 100644 --- a/mautil/mautil.csproj +++ b/mautil/mautil.csproj @@ -1,6 +1,5 @@ - Debug AnyCPU @@ -10,6 +9,7 @@ mautil 2.0 mautil + v4.6.2 True @@ -31,9 +31,6 @@ true rb /home/lluis/work/monodevelop/main/build/AddIns/NUnit - - - {91DD5A2D-9FE3-4C3C-9253-876141874DAD} @@ -48,5 +45,11 @@ + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file