Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ARKlab/Ark.Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e65573bb0b4afd01b13cfef20e9836c3c2f55b1b
Choose a base ref
..
head repository: ARKlab/Ark.Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6bbe2140094e97ca93a2632d02859db9ea182f11
Choose a head ref
Original file line number Diff line number Diff line change
@@ -459,8 +459,8 @@
},
"DistributedLock.Core": {
"type": "Transitive",
"resolved": "1.0.7",
"contentHash": "lRqvqlnN6hNtHargjhHCh9NUlJw0MPs25IYitnV82mSxXU8J74oZbpdNiUJ9eK94JmE00Bp90dF5ZVePcP5YAg=="
"resolved": "1.0.8",
"contentHash": "LAOsY8WxX8JU/n3lfXFz+f2pfnv0+4bHkCrOO3bwa28u9HrS3DlxSG6jf+u76SqesKs+KehZi0CndkfaUXBKvg=="
},
"Ensure.That": {
"type": "Transitive",
@@ -3493,7 +3493,7 @@
"dependencies": {
"Azure.Extensions.AspNetCore.Configuration.Secrets": "[1.3.2, )",
"Azure.Identity": "[1.13.1, )",
"DistributedLock.Core": "[1.0.7, )",
"DistributedLock.Core": "[1.0.8, )",
"Microsoft.Extensions.Configuration": "[8.0.0, 9.0.0)",
"Microsoft.Extensions.Hosting": "[8.0.1, )",
"Microsoft.Extensions.Hosting.Abstractions": "[8.0.1, )",
Original file line number Diff line number Diff line change
@@ -340,8 +340,8 @@
},
"DistributedLock.Core": {
"type": "Transitive",
"resolved": "1.0.7",
"contentHash": "lRqvqlnN6hNtHargjhHCh9NUlJw0MPs25IYitnV82mSxXU8J74oZbpdNiUJ9eK94JmE00Bp90dF5ZVePcP5YAg=="
"resolved": "1.0.8",
"contentHash": "LAOsY8WxX8JU/n3lfXFz+f2pfnv0+4bHkCrOO3bwa28u9HrS3DlxSG6jf+u76SqesKs+KehZi0CndkfaUXBKvg=="
},
"Ensure.That": {
"type": "Transitive",
@@ -3046,7 +3046,7 @@
"dependencies": {
"Azure.Extensions.AspNetCore.Configuration.Secrets": "[1.3.2, )",
"Azure.Identity": "[1.13.1, )",
"DistributedLock.Core": "[1.0.7, )",
"DistributedLock.Core": "[1.0.8, )",
"Microsoft.Extensions.Configuration": "[8.0.0, 9.0.0)",
"Microsoft.Extensions.Hosting": "[8.0.1, )",
"Microsoft.Extensions.Hosting.Abstractions": "[8.0.1, )",
2 changes: 1 addition & 1 deletion Ark.Tools.Hosting/Ark.Tools.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="DistributedLock.Core" Version="1.0.7" />
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="[8.0.0,9)" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DistributedLock.Azure" Version="1.0.1" />
<PackageReference Include="DistributedLock.Azure" Version="1.0.2" />
</ItemGroup>

<ItemGroup>