File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >disable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<UserSecretsId >df205641-c0bc-4548-b48b-9a0a25941283</UserSecretsId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8 .0</TargetFrameworks >
4
+ <TargetFrameworks >net9 .0</TargetFrameworks >
5
5
<Authors >Tomas Fabian</Authors >
6
6
<PackageLicenseFile >License.txt</PackageLicenseFile >
7
7
<Copyright >@tomasfabian</Copyright >
12
12
</PropertyGroup >
13
13
<ItemGroup >
14
14
<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" />
16
16
<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" />
18
18
</ItemGroup >
19
19
20
20
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0;net9.0 </TargetFrameworks >
5
5
<Authors >Tomas Fabian</Authors >
6
6
<PackageLicenseFile >License.txt</PackageLicenseFile >
7
7
<Copyright >@tomasfabian</Copyright >
11
11
<Nullable >disable</Nullable >
12
12
<NuspecFile >Package.nuspec</NuspecFile >
13
13
<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.
15
15
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 >
18
18
<UserSecretsId >59d2cdd2-cd5f-4bc9-a5ee-4527789d4a53</UserSecretsId >
19
19
<PackageLicenseExpression >MIT</PackageLicenseExpression >
20
20
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments