Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ dev(비앵커 — 버전이 셀 안 산문이라 기계 대조 밖): `typescript
| Admin | `Keycloak.AuthServices.Sdk` | 2.7.0 |
| DI 추상화 | `Microsoft.Extensions.DependencyInjection.Abstractions` | 9.0.19 |

dev(비앵커): `xUnit` 2.9.3 · `WireMock.Net` 2.14.0 · `coverlet.collector` 10.0.1 · `Testcontainers.Keycloak` 4.13.0(테스트 csproj).
dev(비앵커): `xUnit` 2.9.3 · `WireMock.Net` 2.15.0 · `coverlet.collector` 10.0.1 · `Testcontainers.Keycloak` 4.14.0(테스트 csproj).

전부 Apache-2.0/MIT(호환).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="4.0.0" />
<!-- ⚠️ coverlet은 **컬렉터만** 참조한다. msbuild 통합(coverlet.msbuild)은 두 가지 이유로 뺐다:
Expand All @@ -19,8 +19,8 @@
MSBuild는 중복 타깃을 경고 없이 마지막 import로 덮으므로, 버전이 갈리는 순간
조용한 동작 변경이 된다(10.0.1에서는 본문이 동일해 아직 무해). -->
<PackageReference Include="coverlet.collector" Version="10.0.1" />
<PackageReference Include="WireMock.Net" Version="2.14.0" />
<PackageReference Include="Testcontainers.Keycloak" Version="4.13.0" />
<PackageReference Include="WireMock.Net" Version="2.15.0" />
<PackageReference Include="Testcontainers.Keycloak" Version="4.14.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../src/Xzawed.Keycloak.Sdk/Xzawed.Keycloak.Sdk.csproj" />
Expand Down
Loading