Skip to content

Commit a1da8aa

Browse files
authored
Updating FunctionsNetHost (dotnet isolated worker) to 1.0.12 (#10705)
* Update DotNetIsolatedNativeHost to 1.0.12 * Indentation fix in release notes.
1 parent c84ce0d commit a1da8aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

eng/build/Workers.Dotnet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.11" />
4+
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.12" />
55
</ItemGroup>
66

77
<Target Name="CleanDotnetWorkerFiles" BeforeTargets="AssignTargetPaths" Condition="$(RuntimeIdentifier.StartsWith(win))">

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
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)

0 commit comments

Comments
 (0)