Skip to content

Commit 78e0881

Browse files
chore(deps): update dependency castle.windsor to v6 (#659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c868d3e commit 78e0881

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Snittlistan.Test/Snittlistan.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<Version>5.2.1</Version>
139139
</PackageReference>
140140
<PackageReference Include="Castle.Windsor">
141-
<Version>5.1.2</Version>
141+
<Version>6.0.0</Version>
142142
</PackageReference>
143143
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning">
144144
<Version>2.0.0</Version>

Snittlistan.Test/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"Castle.Windsor": {
2222
"type": "Direct",
23-
"requested": "[5.1.2, )",
24-
"resolved": "5.1.2",
25-
"contentHash": "DWobWQBNi4p4I0xgTxEqQMld4qYhdUNAIWmdqpAQTno2CNb0iC+Jnqsf1/8xih7TmIOzAdCTIhmDeKau50Zn4w==",
23+
"requested": "[6.0.0, )",
24+
"resolved": "6.0.0",
25+
"contentHash": "yvKY5DXpqWEp7a5Xar9hihAcgVVzBftLqvf/Fo6xd10jAsZUpaAE5WwkuhiiYSA/yVaPzul8rRCvmYLkqh2Hkw==",
2626
"dependencies": {
27-
"Castle.Core": "[4.4.1, 5.0.0)"
27+
"Castle.Core": "[5.1.0, 6.0.0)"
2828
}
2929
},
3030
"Lindhart.Analyser.MissingAwaitWarning": {
@@ -431,7 +431,7 @@
431431
"Castle.Core-NLog": "[5.2.1, )",
432432
"Castle.Facilities.AspNet.SystemWeb": "[6.0.0, )",
433433
"Castle.LoggingFacility": "[5.1.2, )",
434-
"Castle.Windsor": "[5.1.2, )",
434+
"Castle.Windsor": "[6.0.0, )",
435435
"Elmah.MVC": "[2.1.2, )",
436436
"EntityFramework6.Npgsql": "[6.4.3, )",
437437
"Microsoft.AspNet.Mvc": "[5.3.0, )",

Snittlistan.Tool/Snittlistan.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Version>5.2.1</Version>
9090
</PackageReference>
9191
<PackageReference Include="Castle.Windsor">
92-
<Version>5.1.2</Version>
92+
<Version>6.0.0</Version>
9393
</PackageReference>
9494
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning">
9595
<Version>2.0.0</Version>

Snittlistan.Tool/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"Castle.Windsor": {
1212
"type": "Direct",
13-
"requested": "[5.1.2, )",
14-
"resolved": "5.1.2",
15-
"contentHash": "DWobWQBNi4p4I0xgTxEqQMld4qYhdUNAIWmdqpAQTno2CNb0iC+Jnqsf1/8xih7TmIOzAdCTIhmDeKau50Zn4w==",
13+
"requested": "[6.0.0, )",
14+
"resolved": "6.0.0",
15+
"contentHash": "yvKY5DXpqWEp7a5Xar9hihAcgVVzBftLqvf/Fo6xd10jAsZUpaAE5WwkuhiiYSA/yVaPzul8rRCvmYLkqh2Hkw==",
1616
"dependencies": {
17-
"Castle.Core": "[4.4.1, 5.0.0)"
17+
"Castle.Core": "[5.1.0, 6.0.0)"
1818
}
1919
},
2020
"Lindhart.Analyser.MissingAwaitWarning": {

Snittlistan.Web/Snittlistan.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Version>5.1.2</Version>
6161
</PackageReference>
6262
<PackageReference Include="Castle.Windsor">
63-
<Version>5.1.2</Version>
63+
<Version>6.0.0</Version>
6464
</PackageReference>
6565
<PackageReference Include="Elmah.MVC">
6666
<Version>2.1.2</Version>

Snittlistan.Web/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
},
4646
"Castle.Windsor": {
4747
"type": "Direct",
48-
"requested": "[5.1.2, )",
49-
"resolved": "5.1.2",
50-
"contentHash": "DWobWQBNi4p4I0xgTxEqQMld4qYhdUNAIWmdqpAQTno2CNb0iC+Jnqsf1/8xih7TmIOzAdCTIhmDeKau50Zn4w==",
48+
"requested": "[6.0.0, )",
49+
"resolved": "6.0.0",
50+
"contentHash": "yvKY5DXpqWEp7a5Xar9hihAcgVVzBftLqvf/Fo6xd10jAsZUpaAE5WwkuhiiYSA/yVaPzul8rRCvmYLkqh2Hkw==",
5151
"dependencies": {
52-
"Castle.Core": "[4.4.1, 5.0.0)"
52+
"Castle.Core": "[5.1.0, 6.0.0)"
5353
}
5454
},
5555
"Elmah.Mvc": {

0 commit comments

Comments
 (0)