Skip to content

Commit 2b2afdd

Browse files
committed
test bump-up
1 parent 4457f57 commit 2b2afdd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

custom-backends/dotnetIsolated-mssql/Dfm.DotNetIsolatedMsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.5.0" />
10+
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0-beta1" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.3" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version="1.2.1" />

custom-backends/dotnetIsolated/.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/net7.0/publish",
2+
"azureFunctions.deploySubpath": "bin/Release/net8.0/publish",
33
"azureFunctions.projectLanguage": "C#",
44
"azureFunctions.projectRuntime": "~4",
55
"debug.internalConsoleOptions": "neverOpen",

custom-backends/dotnetIsolated/.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 (functions)",
6161
"options": {
62-
"cwd": "${workspaceFolder}/bin/Debug/net7.0"
62+
"cwd": "${workspaceFolder}/bin/Debug/net8.0"
6363
},
6464
"command": "host start",
6565
"isBackground": true,

custom-backends/dotnetIsolated/Dfm.DotNetIsolated.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.5.0" />
10+
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0-beta1" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.3" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />

custom-backends/dotnetIsolated/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Durable Functions Monitor on .Net 7 Isolated
1+
# Durable Functions Monitor on .Net Isolated
22

3-
Custom Durable Functions Monitor backend project, configured to run as a .NET 7 Isolated Function.
3+
Custom Durable Functions Monitor backend project, configured to run as a .NET Isolated Function.
44

55
## How to run locally
66

custom-backends/mssql/Dfm.MsSql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
88
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
9-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.3" />
9+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.7" />
1010
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="1.3.0" />
11-
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.5.0" />
11+
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.6.0-beta1" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<None Update="host.json">

0 commit comments

Comments
 (0)