Skip to content

Commit 528a866

Browse files
algolia-botmillotp
andcommitted
chore(go): test the support of multiple go versions (generated)
algolia/api-clients-automation#5621 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 77091cc commit 528a866

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "1.1.2",
6+
"version": "1.2.1",
77
"commands": [
88
"csharpier"
99
]

algoliasearch/Algolia.Search.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@
3535
<EnablePackageValidation>true</EnablePackageValidation>
3636
<PackageReadmeFile>README.md</PackageReadmeFile>
3737
</PropertyGroup>
38+
3839
<ItemGroup>
39-
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 10.0)" />
40-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 10.0)" />
41-
<PackageReference Include="System.Text.Json" Version="[8.0.5, 10.0)" />
40+
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 11.0)" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 11.0)" />
42+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 11.0)" />
4243
</ItemGroup>
44+
4345
<ItemGroup>
4446
<Content Include="..\icon.png">
4547
<Pack>true</Pack>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)