File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program" : " ${workspaceFolder}/bin/Debug/netcoreapp3 .0/azure-sql-db-sync-ct-api.dll" ,
13
+ "program" : " ${workspaceFolder}/bin/Debug/net6 .0/azure-sql-db-sync-ct-api.dll" ,
14
14
"args" : [],
15
15
"cwd" : " ${workspaceFolder}" ,
16
16
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp3 .0</TargetFramework >
5
- <RootNamespace >AzureSamples.AzureSQL</RootNamespace >
6
- </PropertyGroup >
7
-
8
- <ItemGroup >
9
- </ItemGroup >
10
-
11
- <ItemGroup >
12
- <PackageReference Include =" Dapper" Version =" 2.0.30 " />
13
- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 1 .1.0" />
14
- <PackageReference Include =" System.Text.Json" Version =" 4.7.0 " />
15
- </ItemGroup >
16
-
17
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
+ <RootNamespace >AzureSamples.AzureSQL</RootNamespace >
6
+ </PropertyGroup >
7
+
8
+ <ItemGroup >
9
+ </ItemGroup >
10
+
11
+ <ItemGroup >
12
+ <PackageReference Include =" Dapper" Version =" 2.0.123 " />
13
+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 4 .1.0" />
14
+ <PackageReference Include =" System.Text.Json" Version =" 6.0.2 " />
15
+ </ItemGroup >
16
+
17
+ </Project >
You can’t perform that action at this time.
0 commit comments