Skip to content

Commit 9f3fb8c

Browse files
committed
Use .NET 8 SDK.
SourceLink is now included in the SDK and doesn't need to be explicitly referenced.
1 parent 306d7be commit 9f3fb8c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.415",
4-
"rollForward": "latestPatch"
3+
"version": "8.0.100",
4+
"rollForward": "latestFeature"
55
}
66
}

src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<PackageReference Include="xunit" Version="2.6.1" />
3737
<PackageReference Include="xunit.extensibility.execution" Version="2.6.1" />
3838
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
39-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
4039
</ItemGroup>
4140

4241
<ItemGroup>

0 commit comments

Comments
 (0)