Skip to content

Commit

Permalink
GitHubCI: upgrade .NET to fix restore issue
Browse files Browse the repository at this point in the history
This new version doesn't have the restore bug[1] we were
hitting, per this comment[2]:

```
Jellyfin.Plugins.Telegram.csproj : error NU3028: Package 'System.Threading.Tasks.Extensions 4.3.0' from source
'https://api.nuget.org/v3/index.json': The repository primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
```

[1] dotnet/core#6595
[2] dotnet/core#6595 (comment)
  • Loading branch information
knocte committed Jan 10, 2024
1 parent d2ac53a commit c5870ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
DOTNET_VERSION: 5.0.102
DOTNET_VERSION: 5.0.302

jobs:
build:
Expand Down

0 comments on commit c5870ee

Please sign in to comment.