Skip to content

Commit c5870ee

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
DOTNET_VERSION: 5.0.102
10+
DOTNET_VERSION: 5.0.302
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)