-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9f4ff24
authored
Bump the nuget-dependencies group with 8 updates (#67)
Updated
[Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer)
from 2.0.205 to 2.0.210.
<details>
<summary>Release notes</summary>
_Sourced from [Meziantou.Analyzer's
releases](https://github.com/meziantou/Meziantou.Analyzer/releases)._
## 2.0.210
NuGet package:
<https://www.nuget.org/packages/Meziantou.Analyzer/2.0.210>
## What's Changed
* Use additional locations to report diagnostic on symbols with multiple
locations by @meziantou in
meziantou/Meziantou.Analyzer#821
**Full Changelog**:
meziantou/Meziantou.Analyzer@2.0.209...2.0.210
## 2.0.209
NuGet package:
<https://www.nuget.org/packages/Meziantou.Analyzer/2.0.209>
## What's Changed
* Add MA0171: Replace HasValue with pattern matching by @meziantou in
meziantou/Meziantou.Analyzer#819
**Full Changelog**:
meziantou/Meziantou.Analyzer@2.0.208...2.0.209
## 2.0.208
NuGet package:
<https://www.nuget.org/packages/Meziantou.Analyzer/2.0.208>
**Full Changelog**:
meziantou/Meziantou.Analyzer@2.0.207...2.0.208
## 2.0.207
NuGet package:
<https://www.nuget.org/packages/Meziantou.Analyzer/2.0.207>
## What's Changed
* Apply repository configuration by @meziantou in
meziantou/Meziantou.Analyzer#817
**Full Changelog**:
meziantou/Meziantou.Analyzer@2.0.206...2.0.207
## 2.0.206
NuGet package:
<https://www.nuget.org/packages/Meziantou.Analyzer/2.0.206>
## What's Changed
* Simplify msbuild properties by @meziantou in
meziantou/Meziantou.Analyzer#816
**Full Changelog**:
meziantou/Meziantou.Analyzer@2.0.205...2.0.206
Commits viewable in [compare
view](meziantou/Meziantou.Analyzer@2.0.205...2.0.210).
</details>
Updated
[Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) from
9.0.6 to 9.0.7.
<details>
<summary>Release notes</summary>
_Sourced from [Microsoft.Bcl.AsyncInterfaces's
releases](https://github.com/dotnet/runtime/releases)._
## 9.0.7
[Release](https://github.com/dotnet/core/releases/tag/v9.0.7)
## What's Changed
* [release/9.0-staging] Fix crash during Async Break when APC and CET
are enabled by @thaystg in
dotnet/runtime#114932
* [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute
now supporting multiple declarations. by @github-actions in
dotnet/runtime#115076
* [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter
intrinsics by @lewing in dotnet/runtime#114218
* [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in
methods without .localsinit by @jakobbotsch in
dotnet/runtime#115568
* [release/9.0-staging] throw an exception instead of infinite loop in
`sort_mark_list` by @github-actions in
dotnet/runtime#115529
* [release/9.0-staging] [DNS] Ignore ObjectDisposedException on
CancellationToken Callback by @github-actions in
dotnet/runtime#115840
* Revert "[release/9.0-staging] Fix crash during Async Break when APC
and CET are enabled" by @thaystg in
dotnet/runtime#116015
* [release/9.0-staging] Fix SysV first/second return register GC info
mismatch by @jakobbotsch in
dotnet/runtime#116206
* [release/9.0-staging] Fix PipeStream leak on Windows when pipe is
disposed with a pending operation by @github-actions in
dotnet/runtime#116188
* [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by
@filipnavara in dotnet/runtime#114682
* [release/9.0-staging] Revert change to follow symlinks of dotnet host
by @github-actions in dotnet/runtime#116244
* Update branding to 9.0.7 by @vseanreesermsft in
dotnet/runtime#116312
* [release/9.0-staging] Fix generation of minidump by @github-actions
in dotnet/runtime#115738
* [release/9.0-staging] fix: in rsa signatures, configure digest before
padding mode by @github-actions in
dotnet/runtime#115695
* [release/9.0-staging] JIT: Fix possible heap corruption in outlined
composite SSA storage by @github-actions in
dotnet/runtime#116132
* [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestro in dotnet/runtime#115984
* [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestro in dotnet/runtime#115855
* [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestro in dotnet/runtime#115597
* [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestro in dotnet/runtime#115710
* [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestro in dotnet/runtime#115504
* [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestro in dotnet/runtime#115589
* [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestro in dotnet/runtime#115537
* Bump SDK version used by WASM since it was broken by dotnet/arcade
codeflow by @jozkee in dotnet/runtime#116450
* [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actions in dotnet/runtime#115576
* [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe
handle by @github-actions in
dotnet/runtime#115380
* [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in
dotnet/runtime#116428
* [release/9.0-staging] Update dependencies from dotnet/runtime-assets
by @dotnet-maestro in dotnet/runtime#115677
* [release/9.0-staging] Disable the UTFStringConversionFailures test on
CI runs by @github-actions in
dotnet/runtime#116460
* [manual] Merge release/9.0-staging into release/9.0 by @jozkee in
dotnet/runtime#116459
* Merging internal commits for release/9.0 by @vseanreesermsft in
dotnet/runtime#116499
* [release/9.0] Delete s390x and ppc64le helix queues by
@github-actions in dotnet/runtime#116537
**Full Changelog**:
dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in [compare
view](dotnet/runtime@v9.0.6...v9.0.7).
</details>
Updated [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.9.3 to 3.10.0.
<details>
<summary>Release notes</summary>
_Sourced from [MSTest.TestAdapter's
releases](https://github.com/microsoft/testfx/releases)._
## 3.10.0
See the release notes
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.10.0)
Commits viewable in [compare
view](microsoft/testfx@v3.9.3...v3.10.0).
</details>
Updated [MSTest.TestFramework](https://github.com/microsoft/testfx) from
3.9.3 to 3.10.0.
<details>
<summary>Release notes</summary>
_Sourced from [MSTest.TestFramework's
releases](https://github.com/microsoft/testfx/releases)._
## 3.10.0
See the release notes
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.10.0)
Commits viewable in [compare
view](microsoft/testfx@v3.9.3...v3.10.0).
</details>
Updated [Roslynator.Analyzers](https://github.com/dotnet/roslynator)
from 4.13.1 to 4.14.0.
<details>
<summary>Release notes</summary>
_Sourced from [Roslynator.Analyzers's
releases](https://github.com/dotnet/roslynator/releases)._
## 4.14.0
### Added
- [CLI] Add support for GitLab analyzer reports
([PR](dotnet/roslynator#1633))
### Fixed
- Fix analyzer
[RCS1264](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264)
([PR](dotnet/roslynator#1666))
- Fix analyzer
[RCS1229](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229)
([PR](dotnet/roslynator#1667))
- Fix analyzer
[RCS1250](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250)
([PR](dotnet/roslynator#1652) by @aihnatiuk)
- Fix analyzer
[RCS1260](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260)
([PR](dotnet/roslynator#1668))
- Fix analyzer
[RCS1105](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1105)
([PR](dotnet/roslynator#1669))
- Fix analyzer
[RCS1260](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260)
([PR](dotnet/roslynator#1672))
### Changed
- Disable analyzer
[RCS1036](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)
by default ([PR](dotnet/roslynator#1671))
- Use analyzer
[RCS0063](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063)
instead
### Removed
- Remove legacy config options
([PR](dotnet/roslynator#1304))
Commits viewable in [compare
view](dotnet/roslynator@v4.13.1...v4.14.0).
</details>
Updated [System.IO.Pipelines](https://github.com/dotnet/runtime) from
9.0.6 to 9.0.7.
<details>
<summary>Release notes</summary>
_Sourced from [System.IO.Pipelines's
releases](https://github.com/dotnet/runtime/releases)._
## 9.0.7
[Release](https://github.com/dotnet/core/releases/tag/v9.0.7)
## What's Changed
* [release/9.0-staging] Fix crash during Async Break when APC and CET
are enabled by @thaystg in
dotnet/runtime#114932
* [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute
now supporting multiple declarations. by @github-actions in
dotnet/runtime#115076
* [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter
intrinsics by @lewing in dotnet/runtime#114218
* [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in
methods without .localsinit by @jakobbotsch in
dotnet/runtime#115568
* [release/9.0-staging] throw an exception instead of infinite loop in
`sort_mark_list` by @github-actions in
dotnet/runtime#115529
* [release/9.0-staging] [DNS] Ignore ObjectDisposedException on
CancellationToken Callback by @github-actions in
dotnet/runtime#115840
* Revert "[release/9.0-staging] Fix crash during Async Break when APC
and CET are enabled" by @thaystg in
dotnet/runtime#116015
* [release/9.0-staging] Fix SysV first/second return register GC info
mismatch by @jakobbotsch in
dotnet/runtime#116206
* [release/9.0-staging] Fix PipeStream leak on Windows when pipe is
disposed with a pending operation by @github-actions in
dotnet/runtime#116188
* [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by
@filipnavara in dotnet/runtime#114682
* [release/9.0-staging] Revert change to follow symlinks of dotnet host
by @github-actions in dotnet/runtime#116244
* Update branding to 9.0.7 by @vseanreesermsft in
dotnet/runtime#116312
* [release/9.0-staging] Fix generation of minidump by @github-actions
in dotnet/runtime#115738
* [release/9.0-staging] fix: in rsa signatures, configure digest before
padding mode by @github-actions in
dotnet/runtime#115695
* [release/9.0-staging] JIT: Fix possible heap corruption in outlined
composite SSA storage by @github-actions in
dotnet/runtime#116132
* [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestro in dotnet/runtime#115984
* [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestro in dotnet/runtime#115855
* [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestro in dotnet/runtime#115597
* [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestro in dotnet/runtime#115710
* [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestro in dotnet/runtime#115504
* [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestro in dotnet/runtime#115589
* [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestro in dotnet/runtime#115537
* Bump SDK version used by WASM since it was broken by dotnet/arcade
codeflow by @jozkee in dotnet/runtime#116450
* [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actions in dotnet/runtime#115576
* [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe
handle by @github-actions in
dotnet/runtime#115380
* [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in
dotnet/runtime#116428
* [release/9.0-staging] Update dependencies from dotnet/runtime-assets
by @dotnet-maestro in dotnet/runtime#115677
* [release/9.0-staging] Disable the UTFStringConversionFailures test on
CI runs by @github-actions in
dotnet/runtime#116460
* [manual] Merge release/9.0-staging into release/9.0 by @jozkee in
dotnet/runtime#116459
* Merging internal commits for release/9.0 by @vseanreesermsft in
dotnet/runtime#116499
* [release/9.0] Delete s390x and ppc64le helix queues by
@github-actions in dotnet/runtime#116537
**Full Changelog**:
dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in [compare
view](dotnet/runtime@v9.0.6...v9.0.7).
</details>
Updated [System.Text.Encodings.Web](https://github.com/dotnet/runtime)
from 9.0.6 to 9.0.7.
<details>
<summary>Release notes</summary>
_Sourced from [System.Text.Encodings.Web's
releases](https://github.com/dotnet/runtime/releases)._
## 9.0.7
[Release](https://github.com/dotnet/core/releases/tag/v9.0.7)
## What's Changed
* [release/9.0-staging] Fix crash during Async Break when APC and CET
are enabled by @thaystg in
dotnet/runtime#114932
* [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute
now supporting multiple declarations. by @github-actions in
dotnet/runtime#115076
* [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter
intrinsics by @lewing in dotnet/runtime#114218
* [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in
methods without .localsinit by @jakobbotsch in
dotnet/runtime#115568
* [release/9.0-staging] throw an exception instead of infinite loop in
`sort_mark_list` by @github-actions in
dotnet/runtime#115529
* [release/9.0-staging] [DNS] Ignore ObjectDisposedException on
CancellationToken Callback by @github-actions in
dotnet/runtime#115840
* Revert "[release/9.0-staging] Fix crash during Async Break when APC
and CET are enabled" by @thaystg in
dotnet/runtime#116015
* [release/9.0-staging] Fix SysV first/second return register GC info
mismatch by @jakobbotsch in
dotnet/runtime#116206
* [release/9.0-staging] Fix PipeStream leak on Windows when pipe is
disposed with a pending operation by @github-actions in
dotnet/runtime#116188
* [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by
@filipnavara in dotnet/runtime#114682
* [release/9.0-staging] Revert change to follow symlinks of dotnet host
by @github-actions in dotnet/runtime#116244
* Update branding to 9.0.7 by @vseanreesermsft in
dotnet/runtime#116312
* [release/9.0-staging] Fix generation of minidump by @github-actions
in dotnet/runtime#115738
* [release/9.0-staging] fix: in rsa signatures, configure digest before
padding mode by @github-actions in
dotnet/runtime#115695
* [release/9.0-staging] JIT: Fix possible heap corruption in outlined
composite SSA storage by @github-actions in
dotnet/runtime#116132
* [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestro in dotnet/runtime#115984
* [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestro in dotnet/runtime#115855
* [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestro in dotnet/runtime#115597
* [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestro in dotnet/runtime#115710
* [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestro in dotnet/runtime#115504
* [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestro in dotnet/runtime#115589
* [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestro in dotnet/runtime#115537
* Bump SDK version used by WASM since it was broken by dotnet/arcade
codeflow by @jozkee in dotnet/runtime#116450
* [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actions in dotnet/runtime#115576
* [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe
handle by @github-actions in
dotnet/runtime#115380
* [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in
dotnet/runtime#116428
* [release/9.0-staging] Update dependencies from dotnet/runtime-assets
by @dotnet-maestro in dotnet/runtime#115677
* [release/9.0-staging] Disable the UTFStringConversionFailures test on
CI runs by @github-actions in
dotnet/runtime#116460
* [manual] Merge release/9.0-staging into release/9.0 by @jozkee in
dotnet/runtime#116459
* Merging internal commits for release/9.0 by @vseanreesermsft in
dotnet/runtime#116499
* [release/9.0] Delete s390x and ppc64le helix queues by
@github-actions in dotnet/runtime#116537
**Full Changelog**:
dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in [compare
view](dotnet/runtime@v9.0.6...v9.0.7).
</details>
Updated [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.6
to 9.0.7.
<details>
<summary>Release notes</summary>
_Sourced from [System.Text.Json's
releases](https://github.com/dotnet/runtime/releases)._
## 9.0.7
[Release](https://github.com/dotnet/core/releases/tag/v9.0.7)
## What's Changed
* [release/9.0-staging] Fix crash during Async Break when APC and CET
are enabled by @thaystg in
dotnet/runtime#114932
* [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute
now supporting multiple declarations. by @github-actions in
dotnet/runtime#115076
* [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter
intrinsics by @lewing in dotnet/runtime#114218
* [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in
methods without .localsinit by @jakobbotsch in
dotnet/runtime#115568
* [release/9.0-staging] throw an exception instead of infinite loop in
`sort_mark_list` by @github-actions in
dotnet/runtime#115529
* [release/9.0-staging] [DNS] Ignore ObjectDisposedException on
CancellationToken Callback by @github-actions in
dotnet/runtime#115840
* Revert "[release/9.0-staging] Fix crash during Async Break when APC
and CET are enabled" by @thaystg in
dotnet/runtime#116015
* [release/9.0-staging] Fix SysV first/second return register GC info
mismatch by @jakobbotsch in
dotnet/runtime#116206
* [release/9.0-staging] Fix PipeStream leak on Windows when pipe is
disposed with a pending operation by @github-actions in
dotnet/runtime#116188
* [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by
@filipnavara in dotnet/runtime#114682
* [release/9.0-staging] Revert change to follow symlinks of dotnet host
by @github-actions in dotnet/runtime#116244
* Update branding to 9.0.7 by @vseanreesermsft in
dotnet/runtime#116312
* [release/9.0-staging] Fix generation of minidump by @github-actions
in dotnet/runtime#115738
* [release/9.0-staging] fix: in rsa signatures, configure digest before
padding mode by @github-actions in
dotnet/runtime#115695
* [release/9.0-staging] JIT: Fix possible heap corruption in outlined
composite SSA storage by @github-actions in
dotnet/runtime#116132
* [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestro in dotnet/runtime#115984
* [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestro in dotnet/runtime#115855
* [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestro in dotnet/runtime#115597
* [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestro in dotnet/runtime#115710
* [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestro in dotnet/runtime#115504
* [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestro in dotnet/runtime#115589
* [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestro in dotnet/runtime#115537
* Bump SDK version used by WASM since it was broken by dotnet/arcade
codeflow by @jozkee in dotnet/runtime#116450
* [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actions in dotnet/runtime#115576
* [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe
handle by @github-actions in
dotnet/runtime#115380
* [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in
dotnet/runtime#116428
* [release/9.0-staging] Update dependencies from dotnet/runtime-assets
by @dotnet-maestro in dotnet/runtime#115677
* [release/9.0-staging] Disable the UTFStringConversionFailures test on
CI runs by @github-actions in
dotnet/runtime#116460
* [manual] Merge release/9.0-staging into release/9.0 by @jozkee in
dotnet/runtime#116459
* Merging internal commits for release/9.0 by @vseanreesermsft in
dotnet/runtime#116499
* [release/9.0] Delete s390x and ppc64le helix queues by
@github-actions in dotnet/runtime#116537
**Full Changelog**:
dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in [compare
view](dotnet/runtime@v9.0.6...v9.0.7).
</details>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6d2fae1 commit 9f4ff24Copy full SHA for 9f4ff24
File tree
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changed+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
|
0 commit comments