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.
1 parent 9c6d2ef commit 7c9eae1Copy full SHA for 7c9eae1
src/IntelliTect.AspNetCore.SignalR.SqlServer/IntelliTect.AspNetCore.SignalR.SqlServer.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
7
<!-- Sourcelink: -->
@@ -12,7 +12,7 @@
12
</PropertyGroup>
13
14
<ItemGroup>
15
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
16
17
<PackageReference Include="MessagePack" Version="2.5.187" />
18
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
0 commit comments