Skip to content

Commit ca46450

Browse files
committed
upgrade to v10
1 parent ae6dc17 commit ca46450

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

config/.csharp-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.306
1+
10.0.100

playground/csharp/Performances/Performances.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<RootNamespace>Performances</RootNamespace>

playground/csharp/Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<LangVersion>12</LangVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>

templates/csharp/netcore_project.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 10.0)" />
43-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 10.0)" />
44-
<PackageReference Include="System.Text.Json" Version="[8.0.5, 10.0)" />
42+
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 11.0)" />
43+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 11.0)" />
44+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 11.0)" />
4545
</ItemGroup>
4646

4747
<ItemGroup>

templates/csharp/snippets/src.csproj.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<RootNamespace>Algolia</RootNamespace>
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
18-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

tests/output/csharp/src/Algolia.Search.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>disable</Nullable>
66
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)