diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-01-28 20:56:37 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-01-28 20:56:37 +0100 |
| commit | c925e86c9c56f7f23e7f12685ae3213eb701fcce (patch) | |
| tree | ea06917bbce2f2f5a3521d601f5c284526d9fad8 /src/IOL.Helpers/IOL.Helpers.csproj | |
| parent | bb48c7df9c6cd7e7a4e8907cc312980def1ab166 (diff) | |
| download | dotnet-helpers-c925e86c9c56f7f23e7f12685ae3213eb701fcce.tar.xz dotnet-helpers-c925e86c9c56f7f23e7f12685ae3213eb701fcce.zip | |
feat!: ToGuid now throws on non-guid strings
Added ToGuidOrDefault for old behaviour
Diffstat (limited to 'src/IOL.Helpers/IOL.Helpers.csproj')
| -rw-r--r-- | src/IOL.Helpers/IOL.Helpers.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj index 2bd3b45..2310989 100644 --- a/src/IOL.Helpers/IOL.Helpers.csproj +++ b/src/IOL.Helpers/IOL.Helpers.csproj @@ -19,10 +19,10 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.0"/> - <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0"/> - <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0"/> - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0"/> + <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.1" /> + <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" /> </ItemGroup> </Project> |
