Skip to content

Commit

Permalink
TEST-0008 Remove private nuget feed references
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 1, 2024
1 parent 1e53947 commit 2252261
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/backend/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="nuget_distribution_example" Version="0.0.26" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.9.0" />
Expand Down
6 changes: 0 additions & 6 deletions src/backend/WebApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
"resolved": "1.21.0",
"contentHash": "8NudeHOE56YsY59HYY89akRMup8Ho+7Y3cADTGjajjWroXVU9RQai2nA6PfteB8AuzmRHZ5NZQB2BnWhQEul5g=="
},
"nuget_distribution_example": {
"type": "Direct",
"requested": "[0.0.26, )",
"resolved": "0.0.26",
"contentHash": "VU3zjQ2psZmDvWs8tUNLoDdownZeVpK1j3xQTqErJsvOckH6upoSdpwZ6bTBqt89koMLm0KXp8cN1+ICsQGQCw=="
},
"OpenTelemetry.Exporter.Console": {
"type": "Direct",
"requested": "[1.9.0, )",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="GithubHwintherTest" value="https://github.com/hwinther/test" />
<!--add key="GithubHwintherTest" value="https://nuget.pkg.github.com/hwinther/index.json" /-->
</packageSources>
</configuration>
8 changes: 1 addition & 7 deletions tests/backend/WebApi.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"nuget_distribution_example": {
"type": "Transitive",
"resolved": "0.0.26",
"contentHash": "VU3zjQ2psZmDvWs8tUNLoDdownZeVpK1j3xQTqErJsvOckH6upoSdpwZ6bTBqt89koMLm0KXp8cN1+ICsQGQCw=="
},
"OpenTelemetry": {
"type": "Transitive",
"resolved": "1.9.0",
Expand Down Expand Up @@ -1055,8 +1050,7 @@
"OpenTelemetry.Instrumentation.Runtime": "[1.9.0, )",
"RabbitMQ.Client": "[6.8.1, )",
"Swashbuckle.AspNetCore": "[6.9.0, )",
"Swashbuckle.AspNetCore.ReDoc": "[6.9.0, )",
"nuget_distribution_example": "[0.0.26, )"
"Swashbuckle.AspNetCore.ReDoc": "[6.9.0, )"
}
}
},
Expand Down

0 comments on commit 2252261

Please sign in to comment.