Skip to content

Commit

Permalink
Bumps native versions to fix MT (#253)
Browse files Browse the repository at this point in the history
- [X] Updates zlib to 1.3.0
- [X] Updates argon2 to 1.7.0

Bumps release version
  • Loading branch information
kamronbatman authored Sep 16, 2020
1 parent fdb43e1 commit 403584e
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 26,333 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/Distribution/ModernUO.*
/Distribution/Assemblies
/Distribution/Configuration/modernuo.json
/Distribution/Configuration/email-settings.json
/Distribution/Logs
/Distribution/Backups
/Distribution/Saves
Expand Down
15 changes: 0 additions & 15 deletions Distribution/Configuration/email-settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion Projects/Server.Tests/Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="Zlib.Bindings" Version="1.2.0" />
<PackageReference Include="Zlib.Bindings" Version="1.3.0" />
<ProjectReference Include="..\Server\Server.csproj" />
</ItemGroup>
</Project>
9,150 changes: 0 additions & 9,150 deletions Projects/Server.Tests/packages.lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion Projects/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
<PackageReference Include="Zlib.Bindings" Version="1.2.0" />
<PackageReference Include="Zlib.Bindings" Version="1.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Analyze'">
<AdditionalFiles Include="..\..\stylecop.json" />
Expand Down
265 changes: 0 additions & 265 deletions Projects/Server/packages.lock.json

This file was deleted.

Loading

0 comments on commit 403584e

Please sign in to comment.