Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
# The libraries multi-target net8.0;net10.0, but the 10.x SDK builds both and the
# test projects are net10.0-only, so no 8.x runtime is needed.
# Libraries and tests multi-target net8.0;net10.0: the 10.x SDK builds both,
# and the 8.x runtime is needed to run the net8.0 test assemblies.
Comment thread
davidkpiano marked this conversation as resolved.
dotnet-version: |
8.x
10.x
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.401" PrivateAssets="All" />
</ItemGroup>

</Project>
Loading