Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Url fix
Browse files Browse the repository at this point in the history
philbir committed Jan 26, 2025
1 parent f27d08d commit 54aeebe
Showing 8 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/AzureCloudEventHub/AzureCloudEventHub.csproj
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.EventHubs" Version="4.3.2" />
<PackageReference Include="Microsoft.Azure.Management.EventHub" Version="2.7.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
</ItemGroup>

<ItemGroup>
1 change: 0 additions & 1 deletion src/AzureCloudKeyVault.Core/AzureCloudKeyVault.Core.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0" />
</ItemGroup>

8 changes: 3 additions & 5 deletions src/AzureStorage/AzureStorage.csproj
Original file line number Diff line number Diff line change
@@ -6,14 +6,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.8.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.21.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>



</Project>
1 change: 0 additions & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="8.5.1" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Gitea/GiteaResource.cs
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ public GiteaCredentials GetCredentials()

private string ReplaceUrlPort(string url)
{
return url.Replace(":" + Settings.InternalPort, ":" + Manager.Instance.Address);
return url.Replace(":" + Settings.InternalPort, ":" + Manager.Instance.HostPort);
}

/// <inheritdoc/>
1 change: 0 additions & 1 deletion src/Nats/Nats.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
<PackageReference Remove="xunit.core" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
</ItemGroup>
1 change: 0 additions & 1 deletion src/RabbitMQ/RabbitMQ.csproj
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@

<ItemGroup>
<PackageReference Include="RabbitMQ.Client" Version="5.1.1" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
</ItemGroup>

<ItemGroup>
1 change: 0 additions & 1 deletion src/Redis/Redis.csproj
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@

<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.0.601" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
</ItemGroup>

<ItemGroup>

0 comments on commit 54aeebe

Please sign in to comment.