Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Dec 28, 2023
1 parent ff23c40 commit d4b57ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="Markupolation.Extensions" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.15.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ Blazor WebAssembly + Azure Functions:
Prerequisite:

1. [Install .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0)
2. [Install .NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0)
3. [Install the Azure Functions Core Tools](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local)
4. [Install Tye](https://github.com/dotnet/tye/blob/main/docs/getting_started.md#installing-tye)
2. [Install the Azure Functions Core Tools](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local)
3. [Install Tye](https://github.com/dotnet/tye/blob/main/docs/getting_started.md#installing-tye)

Run sample:

Expand Down

0 comments on commit d4b57ce

Please sign in to comment.