Skip to content

Commit 027a6b8

Browse files
committed
Removed obsolete SourceLink package
Do not need to reference the SourceLink packages anymore since the sink was updated to .NET 8 SDK which includes SourceLink https://github.com/dotnet/sourcelink/releases/tag/8.0.0.
1 parent 759128e commit 027a6b8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1212
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
1313
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
14-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1514
<PackageVersion Include="coverlet.collector" Version="3.2.0" />
1615
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
1716
<PackageVersion Include="Dapper.StrongName" Version="2.1.35" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Serilog sink that writes events to Microsoft SQL Server. This sink will write the log event data to a table and can optionally also store the properties inside an XML or JSON column so they can be queried. Important properties can also be written to their own separate columns.
44

55
**Package** - [Serilog.Sinks.MSSqlServer](http://nuget.org/packages/serilog.sinks.mssqlserver)
6-
| **Minimum Platforms** - .NET Framework 4.6.2, .NET 6.0, .NET Standard 2.0
6+
| **Minimum Platforms** - .NET Framework 4.6.2, .NET 8.0, .NET Standard 2.0
77

88
#### Topics
99

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
3736
<PackageReference Include="Microsoft.Data.SqlClient" />
3837
<PackageReference Include="Microsoft.Extensions.Configuration" />
3938
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />

0 commit comments

Comments
 (0)