Skip to content

Commit 934acd7

Browse files
committed
fixed the package version issue of Live chat sample
1 parent e18bc01 commit 934acd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Packages.props

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
<PackageVersion Include="xunit" Version="2.4.0" />
2525
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.0" />
2626
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
27+
<PackageVersion Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.5" />
2728
</ItemGroup>
2829
</Project>

samples/LiveChat/LiveChat.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.5" />
20+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Content Include="..\..\assets\supersocket.pfx">

0 commit comments

Comments
 (0)