We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e1bd3 + df4c336 commit 829aa46Copy full SHA for 829aa46
src/SampleApps/SampleApp.Angular/SampleApp.Angular.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
<TargetFramework>net8.0</TargetFramework>
4
<Nullable>enable</Nullable>
@@ -17,7 +17,7 @@
17
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
18
</ItemGroup>
19
<ItemGroup>
20
- <PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.*" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.*" />
21
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="7.0.*" />
22
23
0 commit comments