Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c667618

Browse files
committed
Update dependencies
1 parent ee5d6bb commit c667618

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

build/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Patch: Backwards compatible bug fixes only
77
# -Suffix (optional): a hyphen followed by a string denoting a pre-release version (rc1, rc2, etc.)
88

9-
8.5.0-rc3
9+
8.5.0-rc4

src/ClashOfClans/ClashOfClans.nuspec

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,24 @@
1616
<repository type="git" url="https://github.com/tparviainen/clashofclans" branch="$branch$" commit="$commit$"/>
1717
<dependencies>
1818
<group targetFramework="netstandard2.0">
19-
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
19+
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
20+
<dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="7.0.0" />
21+
<dependency id="Newtonsoft.Json" version="13.0.1" />
2022
</group>
2123
<group targetFramework="netstandard2.1">
22-
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
24+
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
25+
<dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="7.0.0" />
26+
<dependency id="Newtonsoft.Json" version="13.0.1" />
2327
</group>
2428
<group targetFramework="net6.0">
25-
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
29+
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
30+
<dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="7.0.0" />
31+
<dependency id="Newtonsoft.Json" version="13.0.1" />
2632
</group>
2733
<group targetFramework="net7.0">
28-
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
34+
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
35+
<dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="7.0.0" />
36+
<dependency id="Newtonsoft.Json" version="13.0.1" />
2937
</group>
3038
</dependencies>
3139
</metadata>

0 commit comments

Comments
 (0)