Skip to content

Commit

Permalink
Use .NET 8 SDK.
Browse files Browse the repository at this point in the history
SourceLink is now included in the SDK and doesn't need to be explicitly referenced.
  • Loading branch information
bgrainger committed Nov 18, 2023
1 parent 306d7be commit 9f3fb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.415",
"rollForward": "latestPatch"
"version": "8.0.100",
"rollForward": "latestFeature"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.6.1" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f3fb8c

Please sign in to comment.