Skip to content

Commit 54aeebe

Browse files
committed
Url fix
1 parent f27d08d commit 54aeebe

File tree

8 files changed

+4
-12
lines changed

8 files changed

+4
-12
lines changed

src/AzureCloudEventHub/AzureCloudEventHub.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.Azure.EventHubs" Version="4.3.2" />
1010
<PackageReference Include="Microsoft.Azure.Management.EventHub" Version="2.7.2" />
11-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
1211
</ItemGroup>
1312

1413
<ItemGroup>

src/AzureCloudKeyVault.Core/AzureCloudKeyVault.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
109
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0" />
1110
</ItemGroup>
1211

src/AzureStorage/AzureStorage.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0" />
10-
<PackageReference Include="Azure.Storage.Queues" Version="12.8.0" />
11-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
9+
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
10+
<PackageReference Include="Azure.Storage.Queues" Version="12.21.0" />
1211
</ItemGroup>
1312

1413
<ItemGroup>
1514
<ProjectReference Include="..\Core\Core.csproj" />
1615
</ItemGroup>
17-
18-
16+
1917
</Project>

src/Core/Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2828
<PackageReference Include="Polly" Version="8.5.1" />
2929
<PackageReference Include="SharpZipLib" Version="1.4.2" />
30-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3130
</ItemGroup>
3231

3332
</Project>

src/Gitea/GiteaResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public GiteaCredentials GetCredentials()
7575

7676
private string ReplaceUrlPort(string url)
7777
{
78-
return url.Replace(":" + Settings.InternalPort, ":" + Manager.Instance.Address);
78+
return url.Replace(":" + Settings.InternalPort, ":" + Manager.Instance.HostPort);
7979
}
8080

8181
/// <inheritdoc/>

src/Nats/Nats.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
109
<PackageReference Remove="xunit.core" />
1110
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
1211
</ItemGroup>

src/RabbitMQ/RabbitMQ.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="RabbitMQ.Client" Version="5.1.1" />
10-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
1110
</ItemGroup>
1211

1312
<ItemGroup>

src/Redis/Redis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="StackExchange.Redis" Version="2.0.601" />
10-
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
1110
</ItemGroup>
1211

1312
<ItemGroup>

0 commit comments

Comments
 (0)