Skip to content

Commit f9a9fcd

Browse files
committed
#22 - fix missing azure swa configuration file, update nuget packages
1 parent f9d6126 commit f9a9fcd

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

BlazorSwa.Template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<PackageType>Template</PackageType>
6-
<PackageVersion>0.3.0</PackageVersion>
6+
<PackageVersion>0.3.1</PackageVersion>
77
<PackageId>BlazorSwa.Template</PackageId>
88
<Title>Blazor Static Web App Template</Title>
99
<Authors>Alberto Mori</Authors>

content/BlazorSwaTemplate/BlazorSwaTemplate.Api.Isolated/BlazorSwaTemplate.Api.Isolated.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</PropertyGroup>
99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
11-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.1" />
12-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.2.0" />
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
15-
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.21.0" />
16-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.1.0" />
11+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
12+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
13+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
14+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
15+
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
16+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.2.0" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<None Update="host.json">

content/BlazorSwaTemplate/BlazorSwaTemplate.Client/BlazorSwaTemplate.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
1212
</ItemGroup>
1313

1414
<ItemGroup>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"navigationFallback": {
3+
"rewrite": "index.html",
4+
"exclude": [ "/css/*" ]
5+
}
6+
}

0 commit comments

Comments
 (0)