File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<ItemGroup >
4
- <PackageReference Include =" Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version =" 1.0.11 " />
4
+ <PackageReference Include =" Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version =" 1.0.12 " />
5
5
</ItemGroup >
6
6
7
7
<Target Name =" CleanDotnetWorkerFiles" BeforeTargets =" AssignTargetPaths" Condition =" $(RuntimeIdentifier.StartsWith(win))" >
Original file line number Diff line number Diff line change 3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
6
+ - Updated dotnet-isolated worker to 1.0.12.
7
+ - [ Corrected the path for the prelaunch app location.] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2897 )
8
+ - [ Added net9 prelaunch app.] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2898 )
You can’t perform that action at this time.
0 commit comments