Fix missing TypeConverter support in AOT build
This commit is contained in:
BIN
Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll
(Stored with Git LFS)
BIN
Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll
(Stored with Git LFS)
Binary file not shown.
@@ -69,7 +69,7 @@ namespace Flax.Deps.Dependencies
|
||||
Utilities.ReplaceInFile(Path.Combine(root, "Src", "Newtonsoft.Json", "Newtonsoft.Json.csproj"), "HAVE_DYNAMIC;", ";");
|
||||
Utilities.ReplaceInFile(Path.Combine(root, "Src", "Newtonsoft.Json", "Newtonsoft.Json.csproj"), "HAVE_EXPRESSIONS;", ";");
|
||||
Utilities.ReplaceInFile(Path.Combine(root, "Src", "Newtonsoft.Json", "Newtonsoft.Json.csproj"), "HAVE_REGEX;", ";");
|
||||
Utilities.ReplaceInFile(Path.Combine(root, "Src", "Newtonsoft.Json", "Newtonsoft.Json.csproj"), "HAVE_TYPE_DESCRIPTOR;", ";");
|
||||
//Utilities.ReplaceInFile(Path.Combine(root, "Src", "Newtonsoft.Json", "Newtonsoft.Json.csproj"), "HAVE_TYPE_DESCRIPTOR;", ";");
|
||||
Deploy.VCEnvironment.BuildSolution(solutionPath, configuration, buildPlatform);
|
||||
{
|
||||
var platform = "AOT";
|
||||
|
||||
Reference in New Issue
Block a user