Skip to content

Commit 87d9f01

Browse files
committed
Upgrading to .NET 8
1 parent 2a0afef commit 87d9f01

File tree

33 files changed

+59
-59
lines changed

33 files changed

+59
-59
lines changed

Core/Cosmos.DataTransfer.Core.UnitTests/Cosmos.DataTransfer.Core.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

77
<IsPackable>false</IsPackable>

Core/Cosmos.DataTransfer.Core/Cosmos.DataTransfer.Core.csproj

+1-1
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
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<UserSecretsId>c7432a3a-5dc1-4e86-a1f0-b2363bf5c77f</UserSecretsId>

Extensions/AwsS3/Cosmos.DataTransfer.AwsS3Storage/Cosmos.DataTransfer.AwsS3Storage.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/AzureBlob/Cosmos.DataTransfer.AzureBlobStorage/Cosmos.DataTransfer.AzureBlobStorage.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/AzureTableAPI/Cosmos.DataTransfer.AzureTableAPIExtension.UnitTests/Cosmos.DataTransfer.AzureTableAPIExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/AzureTableAPI/Cosmos.DataTransfer.AzureTableAPIExtension/Cosmos.DataTransfer.AzureTableAPIExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/AzureTableAPI/Cosmos.DataTransfer.AzureTableAPIExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/CognitiveSearch/Cosmos.DataTransfer.CognitiveSearchExtension.UnitTests/Cosmos.DataTransfer.CognitiveSearchExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/CognitiveSearch/Cosmos.DataTransfer.CognitiveSearchExtension/Cosmos.DataTransfer.CognitiveSearchExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/CognitiveSearch/Cosmos.DataTransfer.CognitiveSearchExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension.UnitTests/Cosmos.DataTransfer.CosmosExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension/Cosmos.DataTransfer.CosmosExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Csv/Cosmos.DataTransfer.CsvExtension.UnitTests/Cosmos.DataTransfer.CsvExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Csv/Cosmos.DataTransfer.CsvExtension/Cosmos.DataTransfer.CsvExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Csv/Cosmos.DataTransfer.CsvExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Json/Cosmos.DataTransfer.JsonExtension.UnitTests/Cosmos.DataTransfer.JsonExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Json/Cosmos.DataTransfer.JsonExtension/Cosmos.DataTransfer.JsonExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Json/Cosmos.DataTransfer.JsonExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Mongo/Cosmos.DataTransfer.MongoExtension/Cosmos.DataTransfer.MongoExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Mongo/Cosmos.DataTransfer.MongoExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Mongo/Cosmos.DataTransfer.MongoVectorExtension/Cosmos.DataTransfer.MongoVectorExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/Mongo/Cosmos.DataTransfer.MongoVectorExtension/Properties/PublishProfiles/PublishToExtensionsFolder.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
77
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
1616
<Configuration>Release</Configuration>
1717
<Platform>Any CPU</Platform>
18-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net6.0\Extensions</PublishDir>
18+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Release\net8.0\Extensions</PublishDir>
1919
<PublishProtocol>FileSystem</PublishProtocol>
2020
<_TargetId>Folder</_TargetId>
21-
<TargetFramework>net6.0</TargetFramework>
21+
<TargetFramework>net8.0</TargetFramework>
2222
<SelfContained>false</SelfContained>
2323
</PropertyGroup>
2424
</Project>

Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/Cosmos.DataTransfer.ParquetExtension.csproj

+1-1
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
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/Properties/PublishProfiles/FolderProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
1212
</PropertyGroup>

Extensions/PostgreSQL/Cosmos.DataTransfer.PostgresqlExtension.csproj

+1-1
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
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

Extensions/PostgreSQL/Properties/PublishProfiles/FolderProfile.pubxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net6.0\Extensions</PublishDir>
9+
<PublishDir>..\..\Core\Cosmos.DataTransfer.Core\bin\Debug\net8.0\Extensions</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net6.0</TargetFramework>
12+
<TargetFramework>net8.0</TargetFramework>
1313
<SelfContained>false</SelfContained>
1414
</PropertyGroup>
1515
</Project>

Extensions/SqlServer/Cosmos.DataTransfer.SqlServerExtension.UnitTests/Cosmos.DataTransfer.SqlServerExtension.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

Extensions/SqlServer/Cosmos.DataTransfer.SqlServerExtension/Cosmos.DataTransfer.SqlServerExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

0 commit comments

Comments
 (0)