Skip to content

Commit f08e26d

Browse files
committed
exclude Newtonsoft dll from mod zips
1 parent ec5b61a commit f08e26d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ContentPatcherJsonProcessor/ContentPatcherJsonProcessor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<EnableHarmony>true</EnableHarmony>
7+
<IgnoreModFilePatterns>Newtonsoft\.Json\.dll</IgnoreModFilePatterns>
78
</PropertyGroup>
89

910
<ItemGroup>

JsonProcessor/JsonProcessor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6+
<IgnoreModFilePatterns>Newtonsoft\.Json\.dll</IgnoreModFilePatterns>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)