Skip to content

Commit 59223e5

Browse files
authored
fix(csharp/client): DH-21470: Update to .NET 10 and slnx format (#7615)
.NET 10 is the current LTS release. Also slnx is the new more concise format for Visual Studio solution files.
1 parent d098338 commit 59223e5

File tree

6 files changed

+9
-58
lines changed

6 files changed

+9
-58
lines changed

csharp/client/Dh_NetClient/Dh_NetClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<RootNamespace>Deephaven.Dh_NetClient</RootNamespace>

csharp/client/Dh_NetClient/Dh_NetClient.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="Dh_NetClient.csproj" />
3+
</Solution>

csharp/client/Dh_NetClientTests/Dh_NetClientTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

csharp/client/Dh_NetClientTests/Dh_NetClientTests.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Solution>
2+
<Project Path="../Dh_NetClient/Dh_NetClient.csproj" />
3+
<Project Path="Dh_NetClientTests.csproj" />
4+
</Solution>

0 commit comments

Comments
 (0)