Skip to content

Commit 40e9e27

Browse files
update examples and tests to .net8
1 parent a277f07 commit 40e9e27

File tree

19 files changed

+38
-100
lines changed

19 files changed

+38
-100
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_master_balanced</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_master_tcp</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_master_unbalanced</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_slave_balanced</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_slave_tcp</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs101_slave_unbalanced</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs104_client_file_upload</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs104_client1</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs104_client2</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<ProjectReference Include="..\..\lib60870\lib60870.csproj" />
54
</ItemGroup>
6-
75
<PropertyGroup>
86
<OutputType>Exe</OutputType>
9-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
108
<RootNamespace>cs104_client3</RootNamespace>
119
<ImplicitUsings>enable</ImplicitUsings>
1210
<Nullable>enable</Nullable>
1311
</PropertyGroup>
14-
15-
</Project>
12+
</Project>

0 commit comments

Comments
 (0)