Skip to content

Commit 7c9eae1

Browse files
committed
chore: add .net9 target, remove .net6 target, upgrade sourcelink
1 parent 9c6d2ef commit 7c9eae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IntelliTect.AspNetCore.SignalR.SqlServer/IntelliTect.AspNetCore.SignalR.SqlServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66

77
<!-- Sourcelink: -->
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
15+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
1616

1717
<PackageReference Include="MessagePack" Version="2.5.187" />
1818
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />

0 commit comments

Comments
 (0)