From 6237fdb87e79241b142433ac1e5e4725f001e4db Mon Sep 17 00:00:00 2001 From: Sandy Armstrong Date: Sun, 9 Jan 2022 05:53:37 -0800 Subject: Build improvements (#591) * HtmlGenerator: Load converters lazily This is a workaround so that .NET 6 apps can use the .NET FW build of monodoc.dll without worrying about TypeInitializationExceptions for converters they don't use. * Fix netstandard2.0 compatibility * Replace SharpZipLib submodule with package reference Remove mdoc/packages.config as well. * Bump Lucene.Net.Light to latest version to support NetStandard * monodoc: Change to SDK-style project * monodoc: Move to netstandard2.0 * Replace all packages.config with PackageReference Bump mdoc.Test.FSharp.fsproj to .NET 4.7.1 to fix issues using System.ValueTuple. * Adjust to mdoc.Test.FSharp.fsproj bump to v4.7.1 * mdoc.Test.FSharp.fsproj: Convert to SDK-style Fixes errors building in VS2022. * mdoc.Test.csproj: Update to SDK-style too * mdoc.Test.csproj no longer needs a direct FSharp.Core reference * mdoc.Test.FSharp.fsproj: Fix FSharp.Core reference https://github.com/dotnet/fsharp/blob/main/docs/fsharp-core-notes.md#how-to-explicitly-reference-fsharpcore * mdoc.Test.csproj: Restore manual WPF reference * Use AppendTargetFrameworkToOutputPath to avoid touching Makefiles * Update en.expected-fsharp/index.xml --- Directory.Build.props | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Directory.Build.props (limited to 'Directory.Build.props') diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..ef5112cc --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,11 @@ + + + 4.3.4 + 0.10.0-beta5 + 3.10.1 + 3.13.0 + 2.6.2.0 + 1.3.3 + 6.0.0 + + \ No newline at end of file -- cgit v1.2.3