Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<!-- Disable NuGet security audit to prevent vulnerability warnings in Unreal Engine's
third-party packages (e.g. Magick.NET) from being treated as build errors. -->
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<!-- Disable NuGet security audit to prevent vulnerability warnings in Unreal Engine's
third-party packages (e.g. Magick.NET) from being treated as build errors. -->
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions EngineMods/EngineMods.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
{
"Type": "SourceOnly",
"Root": "Engine/Source/Programs/AutomationTool",
"Add": [
"Directory.Build.props"
],
"Patch": [
"AutomationTool.csproj.patch.1",
"AutomationUtils/AutomationUtils.Automation.csproj.patch.1",
Expand Down Expand Up @@ -66,6 +69,9 @@
{
"Type": "SourceOnly",
"Root": "Engine/Source/Programs/AutomationTool",
"Add": [
"Directory.Build.props"
],
"Patch": [
"AutomationTool.csproj.patch.1",
"AutomationUtils/AutomationUtils.Automation.csproj.patch.1",
Expand Down