Skip to content

Commit 71821f1

Browse files
committed
[ksqlDB.RestApi.Client]: InsideOut sln was migrated to .NET 9
1 parent 8ce4b15 commit 71821f1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Samples/Blazor.Sample/Blazor.Sample.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.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<UserSecretsId>df205641-c0bc-4548-b48b-9a0a25941283</UserSecretsId>

Samples/InsideOut/InsideOut.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0</TargetFrameworks>
4+
<TargetFrameworks>net9.0</TargetFrameworks>
55
<Authors>Tomas Fabian</Authors>
66
<PackageLicenseFile>License.txt</PackageLicenseFile>
77
<Copyright>@tomasfabian</Copyright>
@@ -12,9 +12,9 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
1616
<PackageReference Include="System.Reactive" Version="6.0.0" />
17-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
17+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
1818
</ItemGroup>
1919

2020
</Project>

SqlServer.Connector/SqlServer.Connector.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks>
55
<Authors>Tomas Fabian</Authors>
66
<PackageLicenseFile>License.txt</PackageLicenseFile>
77
<Copyright>@tomasfabian</Copyright>
@@ -11,10 +11,10 @@
1111
<Nullable>disable</Nullable>
1212
<NuspecFile>Package.nuspec</NuspecFile>
1313
<Description>
14-
SqlServer.Connector is a client API for consuming row-level table changes (CDC - Change Data Capture) from a Sql Server database with the Debezium connector streaming platform.
14+
SqlServer.Connector is a client API for consuming row-level table changes (CDC - Change Data Capture) from a Sql Server database with the Debezium connector streaming platform.
1515

16-
Targets .NET 6.0, .NET 8.0 and .NET Standard 2.0.
17-
</Description>
16+
Targets .NET 8.0, .NET 9.0 and .NET Standard 2.0.
17+
</Description>
1818
<UserSecretsId>59d2cdd2-cd5f-4bc9-a5ee-4527789d4a53</UserSecretsId>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)