Commit c5870ee
committed
GitHubCI: upgrade .NET to fix restore issue
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)1 parent d2ac53a commit c5870ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments