Skip to content

Commit

Permalink
fix nuget source uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ppossanzini committed Jan 20, 2025
1 parent 1d59db5 commit 808c2ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Arbitrer.GRPC/Arbitrer.GRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Deterministic>true</Deterministic>
<TargetFrameworks>net8.0;</TargetFrameworks>

<RepositoryUrl>https://github.com/teamdev-it/arbitrer</RepositoryUrl>
<RepositoryUrl>https://github.com/ppossanzini/arbitrer</RepositoryUrl>

<RootNamespace>Arbitrer.gRPC</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Arbitrer.Kafka/Arbitrer.Kafka.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<RootNamespace>arbitrer.kafka</RootNamespace>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>

<RepositoryUrl>https://github.com/teamdev-it/arbitrer</RepositoryUrl>
<RepositoryUrl>https://github.com/ppossanzini/arbitrer</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Arbitrer.RabbitMQ/Arbitrer.RabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>arbitrer.rabbitmq</RootNamespace>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>

<RepositoryUrl>https://github.com/teamdev-it/arbitrer</RepositoryUrl>
<RepositoryUrl>https://github.com/ppossanzini/arbitrer</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Arbitrer/Arbitrer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Deterministic>true</Deterministic>
<RootNamespace>Arbitrer</RootNamespace>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<RepositoryUrl>https://github.com/teamdev-it/arbitrer</RepositoryUrl>
<RepositoryUrl>https://github.com/ppossanzini/arbitrer</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
Expand Down

0 comments on commit 808c2ba

Please sign in to comment.