Skip to content

Commit 339e8b1

Browse files
Merge pull request #330 from max-ieremenko/release/1.13.0
Release 1.13.0
2 parents 3a32ac6 + 6358653 commit 339e8b1

File tree

900 files changed

+5337
-9720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

900 files changed

+5337
-9720
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ PublishProfiles/
88

99
*.sln.DotSettings.user
1010
*.csproj.user
11+
*.slnLaunch.user
1112

1213
todo.txt

Benchmarks/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
66
<PackageVersion Include="MagicOnion" Version="6.1.6" />
77
<PackageVersion Include="MagicOnion.Server" Version="6.1.6" />
8-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.0" />
8+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.1" />
99
<PackageVersion Include="protobuf-net.Grpc" Version="1.2.2" />
1010
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.2.2" />
11-
<PackageVersion Include="System.ServiceModel.Primitives" Version="8.1.0" />
11+
<PackageVersion Include="System.ServiceModel.Primitives" Version="8.1.1" />
1212
</ItemGroup>
1313
</Project>

Build/install-dependencies.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ $ErrorActionPreference = 'Stop'
1616
if (-not $List -or ('.net' -in $List)) {
1717
$script = Join-Path $PSScriptRoot 'scripts/Install-DotNet.ps1'
1818

19-
& $script '6.0.428'
2019
& $script '8.0.403'
2120

2221
$version = (Get-Content -Raw (Join-Path $PSScriptRoot '../Sources/global.json') | ConvertFrom-Json).sdk.version

Build/tasks/ci-build-tasks.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ task Build {
3737
task UnitTest {
3838
$builds = @(
3939
@{ File = 'task-unit-test.ps1'; Sources = $PathSources; Framework = 'net462' }
40-
@{ File = 'task-unit-test.ps1'; Sources = $PathSources; Framework = 'net6.0' }
4140
@{ File = 'task-unit-test.ps1'; Sources = $PathSources; Framework = 'net8.0' }
4241
@{ File = 'task-unit-test.ps1'; Sources = $PathSources; Framework = 'net9.0' }
4342
)

Build/tasks/task-unit-test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ param(
66
$Sources,
77

88
[Parameter(Mandatory)]
9-
[ValidateSet('net462', 'net6.0', 'net8.0', 'net9.0')]
9+
[ValidateSet('net462', 'net8.0', 'net9.0')]
1010
[string]
1111
$Framework
1212
)

Build/third-party-libraries/packages/nuget.org/castle.core/5.1.1/index.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Name": "AspNetCore",
1010
"InternalOnly": true,
1111
"TargetFrameworks": [
12-
"net6.0",
1312
"net8.0",
1413
"net9.0"
1514
],
@@ -24,7 +23,6 @@
2423
"Name": "AspNetCoreNSwag",
2524
"InternalOnly": true,
2625
"TargetFrameworks": [
27-
"net6.0",
2826
"net8.0",
2927
"net9.0"
3028
],
@@ -39,7 +37,6 @@
3937
"Name": "AspNetCoreSwashbuckle",
4038
"InternalOnly": true,
4139
"TargetFrameworks": [
42-
"net6.0",
4340
"net8.0",
4441
"net9.0"
4542
],
@@ -55,7 +52,6 @@
5552
"InternalOnly": true,
5653
"TargetFrameworks": [
5754
"net462",
58-
"net6.0",
5955
"net8.0",
6056
"net9.0"
6157
],
@@ -71,7 +67,6 @@
7167
"InternalOnly": true,
7268
"TargetFrameworks": [
7369
"net462",
74-
"net6.0",
7570
"net8.0",
7671
"net9.0"
7772
],
@@ -87,7 +82,6 @@
8782
"InternalOnly": true,
8883
"TargetFrameworks": [
8984
"net462",
90-
"net6.0",
9185
"net8.0",
9286
"net9.0"
9387
],
@@ -103,7 +97,6 @@
10397
"InternalOnly": true,
10498
"TargetFrameworks": [
10599
"net462",
106-
"net6.0",
107100
"net8.0",
108101
"net9.0"
109102
],
@@ -118,7 +111,6 @@
118111
"Name": "MemoryPack",
119112
"InternalOnly": true,
120113
"TargetFrameworks": [
121-
"net6.0",
122114
"net8.0",
123115
"net9.0"
124116
],
@@ -133,7 +125,6 @@
133125
"Name": "MessagePack",
134126
"InternalOnly": true,
135127
"TargetFrameworks": [
136-
"net6.0",
137128
"net8.0",
138129
"net9.0"
139130
],
@@ -149,7 +140,6 @@
149140
"InternalOnly": true,
150141
"TargetFrameworks": [
151142
"net462",
152-
"net6.0",
153143
"net8.0",
154144
"net9.0"
155145
],
@@ -169,13 +159,11 @@
169159
},
170160
{
171161
"Subject": "repository",
172-
"Code": null,
173162
"HRef": "https://github.com/castleproject/Core",
174163
"Description": "License should be verified on https://github.com/castleproject/Core"
175164
},
176165
{
177166
"Subject": "project",
178-
"Code": null,
179167
"HRef": "http://www.castleproject.org/",
180168
"Description": "License should be verified on http://www.castleproject.org/"
181169
}

Build/third-party-libraries/packages/nuget.org/castle.core/5.1.1/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Castle.Core [5.1.1](https://www.nuget.org/packages/Castle.Core/5.1.1)
33

44
Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, Emit internal, MemoryPack internal, MessagePack internal, SelfHost internal
55

6-
Target frameworks: net462, net6.0, net8.0, net9.0
6+
Target frameworks: net462, net8.0, net9.0
77

88
License: [Apache-2.0](../../../../licenses/apache-2.0)
99

Build/third-party-libraries/packages/nuget.org/diffengine/11.3.0/index.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Name": "AspNetCore",
1010
"InternalOnly": true,
1111
"TargetFrameworks": [
12-
"net6.0",
1312
"net8.0",
1413
"net9.0"
1514
],
@@ -28,7 +27,6 @@
2827
"Name": "AspNetCoreNSwag",
2928
"InternalOnly": true,
3029
"TargetFrameworks": [
31-
"net6.0",
3230
"net8.0",
3331
"net9.0"
3432
],
@@ -47,7 +45,6 @@
4745
"Name": "AspNetCoreSwashbuckle",
4846
"InternalOnly": true,
4947
"TargetFrameworks": [
50-
"net6.0",
5148
"net8.0",
5249
"net9.0"
5350
],
@@ -67,7 +64,6 @@
6764
"InternalOnly": true,
6865
"TargetFrameworks": [
6966
"net462",
70-
"net6.0",
7167
"net8.0",
7268
"net9.0"
7369
],
@@ -87,7 +83,6 @@
8783
"InternalOnly": true,
8884
"TargetFrameworks": [
8985
"net462",
90-
"net6.0",
9186
"net8.0",
9287
"net9.0"
9388
],
@@ -107,7 +102,6 @@
107102
"InternalOnly": true,
108103
"TargetFrameworks": [
109104
"net462",
110-
"net6.0",
111105
"net8.0",
112106
"net9.0"
113107
],
@@ -127,7 +121,6 @@
127121
"InternalOnly": true,
128122
"TargetFrameworks": [
129123
"net462",
130-
"net6.0",
131124
"net8.0",
132125
"net9.0"
133126
],
@@ -146,7 +139,6 @@
146139
"Name": "MemoryPack",
147140
"InternalOnly": true,
148141
"TargetFrameworks": [
149-
"net6.0",
150142
"net8.0",
151143
"net9.0"
152144
],
@@ -165,7 +157,6 @@
165157
"Name": "MessagePack",
166158
"InternalOnly": true,
167159
"TargetFrameworks": [
168-
"net6.0",
169160
"net8.0",
170161
"net9.0"
171162
],
@@ -185,7 +176,6 @@
185176
"InternalOnly": true,
186177
"TargetFrameworks": [
187178
"net462",
188-
"net6.0",
189179
"net8.0",
190180
"net9.0"
191181
],

Build/third-party-libraries/packages/nuget.org/diffengine/11.3.0/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DiffEngine [11.3.0](https://www.nuget.org/packages/DiffEngine/11.3.0)
33

44
Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, Emit internal, MemoryPack internal, MessagePack internal, SelfHost internal
55

6-
Target frameworks: net462, net6.0, net8.0, net9.0
6+
Target frameworks: net462, net8.0, net9.0
77

88
License: [MIT](../../../../licenses/mit)
99

Build/third-party-libraries/packages/nuget.org/emptyfiles/4.4.0/index.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Name": "AspNetCore",
1010
"InternalOnly": true,
1111
"TargetFrameworks": [
12-
"net6.0",
1312
"net8.0",
1413
"net9.0"
1514
]
@@ -18,7 +17,6 @@
1817
"Name": "AspNetCoreNSwag",
1918
"InternalOnly": true,
2019
"TargetFrameworks": [
21-
"net6.0",
2220
"net8.0",
2321
"net9.0"
2422
]
@@ -27,7 +25,6 @@
2725
"Name": "AspNetCoreSwashbuckle",
2826
"InternalOnly": true,
2927
"TargetFrameworks": [
30-
"net6.0",
3128
"net8.0",
3229
"net9.0"
3330
]
@@ -37,7 +34,6 @@
3734
"InternalOnly": true,
3835
"TargetFrameworks": [
3936
"net462",
40-
"net6.0",
4137
"net8.0",
4238
"net9.0"
4339
]
@@ -47,7 +43,6 @@
4743
"InternalOnly": true,
4844
"TargetFrameworks": [
4945
"net462",
50-
"net6.0",
5146
"net8.0",
5247
"net9.0"
5348
]
@@ -57,7 +52,6 @@
5752
"InternalOnly": true,
5853
"TargetFrameworks": [
5954
"net462",
60-
"net6.0",
6155
"net8.0",
6256
"net9.0"
6357
]
@@ -67,7 +61,6 @@
6761
"InternalOnly": true,
6862
"TargetFrameworks": [
6963
"net462",
70-
"net6.0",
7164
"net8.0",
7265
"net9.0"
7366
]
@@ -76,7 +69,6 @@
7669
"Name": "MemoryPack",
7770
"InternalOnly": true,
7871
"TargetFrameworks": [
79-
"net6.0",
8072
"net8.0",
8173
"net9.0"
8274
]
@@ -85,7 +77,6 @@
8577
"Name": "MessagePack",
8678
"InternalOnly": true,
8779
"TargetFrameworks": [
88-
"net6.0",
8980
"net8.0",
9081
"net9.0"
9182
]
@@ -95,7 +86,6 @@
9586
"InternalOnly": true,
9687
"TargetFrameworks": [
9788
"net462",
98-
"net6.0",
9989
"net8.0",
10090
"net9.0"
10191
]

0 commit comments

Comments
 (0)