Skip to content

Commit 3b761ac

Browse files
committed
Update C# projects to .NET 8.
1 parent 6d6c42e commit 3b761ac

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

lib/csharp/thrift_netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj

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

2121
<PropertyGroup>
2222
<OutputType>Exe</OutputType>
23-
<TargetFramework>net6.0</TargetFramework>
23+
<TargetFramework>net8.0</TargetFramework>
2424
<TieredCompilation>false</TieredCompilation>
2525
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2626
<Nullable>enable</Nullable>

lib/csharp/thrift_netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020

2121
<PropertyGroup>
22-
<TargetFramework>net6.0</TargetFramework>
22+
<TargetFramework>net8.0</TargetFramework>
2323
<AssemblyName>Thrift.IntegrationTests</AssemblyName>
2424
<PackageId>Thrift.IntegrationTests</PackageId>
2525
<Version>0.17.0.0</Version>

lib/csharp/thrift_netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PropertyGroup>
2222
<ThriftVersion>0.17.0</ThriftVersion>
2323
<ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
24-
<TargetFramework>net6.0</TargetFramework>
24+
<TargetFramework>net8.0</TargetFramework>
2525
<Version>$(ThriftVersion).0</Version>
2626
<AssemblyName>Thrift.PublicInterfaces.Compile.Tests</AssemblyName>
2727
<PackageId>Thrift.PublicInterfaces.Compile.Tests</PackageId>

lib/csharp/thrift_netstd/Tests/Thrift.Tests/Thrift.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020

2121
<PropertyGroup>
22-
<TargetFramework>net6.0</TargetFramework>
22+
<TargetFramework>net8.0</TargetFramework>
2323
<Version>0.17.0.0</Version>
2424
<Nullable>enable</Nullable>
2525
</PropertyGroup>

plugins/csharp/parser/src_csharp/CSharpParser.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>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

plugins/csharp/service/src_csharp/csharpservice.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
@@ -12,6 +12,7 @@
1212
<ItemGroup>
1313
<ProjectReference Include="..\..\..\..\lib\csharp\thrift_netstd\Thrift\Thrift.csproj" />
1414
<ProjectReference Include="..\..\..\..\..\..\..\codecompass\intjftw-build\plugins\csharp\service\src_csharp\gen-netstd\gen-netstd.csproj" />
15+
<ProjectReference Include="..\..\..\..\build_pgsql\plugins\csharp\service\src_csharp\gen-netstd\gen-netstd.csproj" />
1516
</ItemGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)