Skip to content

Commit

Permalink
add explicit package references to override earlier versions from the…
Browse files Browse the repository at this point in the history
… nuget package cache
  • Loading branch information
bobeaton committed Sep 17, 2024
1 parent d83f3be commit f2f0bf0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/EcTranslators/EcTranslators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
<PackageReference Include="Google.Cloud.Translation.V2">
<Version>3.4.0</Version>
</PackageReference>
<PackageReference Include="Google.Protobuf">
<Version>3.28.1</Version>
</PackageReference>
<PackageReference Include="Grpc.Core">
<Version>2.46.6</Version>
</PackageReference>
Expand All @@ -305,9 +308,15 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Condition="('$(OS)'=='Windows_NT')">
<Version>8.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
<Version>8.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Condition="('$(OS)'=='Windows_NT')">
<Version>8.0.8</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
<Version>8.0.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Condition="('$(OS)'=='Windows_NT')">
<Version>13.0.3</Version>
</PackageReference>
Expand Down

0 comments on commit f2f0bf0

Please sign in to comment.