Skip to content

Commit 7b1755c

Browse files
Update Microsoft.AspNetCore.SpaServices.Extensions requirement
Updates the requirements on [Microsoft.AspNetCore.SpaServices.Extensions](https://github.com/dotnet/aspnetcore) to permit the latest version. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.SpaServices.Extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79d53f2 commit 7b1755c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/SampleApps/SampleApp.Angular/SampleApp.Angular.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.*" />
14+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.*" />
1515
<PackageReference Include="System.Text.Json" Version="4.7.2" />
1616
</ItemGroup>
1717
<ItemGroup>

src/SampleApps/SampleApp.Vue.Element/SampleApp.Vue.Element.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="BrunoLau.SpaServices" Version="0.8.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.*" />
9+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.*" />
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.*" />
1111
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
1212
</ItemGroup>

src/SampleApps/SampleApp.Vue/SampleApp.Vue.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="BrunoLau.SpaServices" Version="0.8.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.*" />
9+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.*" />
1010
<PackageReference Include="System.Text.Json" Version="4.7.2" />
1111
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)