summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-01 04:40:09 +0200
committerRory& <root@rory.gay>2025-06-01 04:40:09 +0200
commita22c00fcefa10a99505c05393106fb3a655de243 (patch)
tree417757b1e5aa9f44702ed963569e0edf6209043d /testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
parentAdd some tests (diff)
downloadnodejs-final-assignment-a22c00fcefa10a99505c05393106fb3a655de243.tar.xz
Add register with validation
Diffstat (limited to 'testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj')
-rw-r--r--testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj b/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj

index 1bf7de5..3cf4325 100644 --- a/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj +++ b/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
@@ -15,4 +15,8 @@ <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" /> </ItemGroup> + <ItemGroup> + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0-preview.4.25258.110" /> + </ItemGroup> + </Project>