Skip to content

Commit

Permalink
Update nethost global json, update sample (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Oct 22, 2024
1 parent 4b29c59 commit 2b83c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host/src/FunctionsNetHost/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.110",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion samples/AspNetIntegration/FileDownload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class FileDownload
private const string BlobContainer = "runtimes";

// Replace this with your blob name
private const string BlobName = "dotnet-sdk-8.0.100-win-x64.exe";
private const string BlobName = "dotnet-sdk-8.0.110-win-x64.exe";

[Function("FileDownload")]
public IActionResult Run([HttpTrigger(AuthorizationLevel.Function, "get")] HttpRequest req,
Expand Down

0 comments on commit 2b83c35

Please sign in to comment.