Skip to content

Commit abeed2d

Browse files
committed
fixed .net version to net8 in old projects
1 parent 86cc247 commit abeed2d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

custom-backends/mssql/Dfm.MsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
</PropertyGroup>
66
<ItemGroup>

custom-backends/netherite/Dfm.Netherite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
</PropertyGroup>
66
<ItemGroup>

durablefunctionsmonitor.dotnetbackend/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"azureFunctions.deploySubpath": "bin/Release/net6.0/publish",
2+
"azureFunctions.deploySubpath": "bin/Release/net8.0/publish",
33
"azureFunctions.projectLanguage": "C#",
44
"azureFunctions.projectRuntime": "~4",
55
"debug.internalConsoleOptions": "neverOpen",

durablefunctionsmonitor.dotnetbackend/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"type": "func",
6060
"dependsOn": "build",
6161
"options": {
62-
"cwd": "${workspaceFolder}/bin/Debug/net6.0"
62+
"cwd": "${workspaceFolder}/bin/Debug/net8.0"
6363
},
6464
"command": "host start",
6565
"isBackground": true,

durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
<AssemblyVersion>6.7.3.0</AssemblyVersion>
66
<FileVersion>6.7.3.0</FileVersion>

0 commit comments

Comments
 (0)