You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.174
Former-commit-id: e2ea24be26742a02d1739c3bc9240e899a6e80dd
This commit is contained in:
parent
fe5f08787c
commit
4d0627f707
@@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.16.0.168";
|
||||
public const string MonoVersion = "5.16.0.174";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
||||
@@ -946,6 +946,11 @@ namespace System.Net
|
||||
} catch {
|
||||
// Ignore; we report the timeout.
|
||||
}
|
||||
#pragma warning disable 4014
|
||||
// Make sure the workerTask's Exception is actually observed.
|
||||
// Fixes https://github.com/mono/mono/issues/10488.
|
||||
workerTask.ContinueWith (t => t.Exception?.GetHashCode (), TaskContinuationOptions.OnlyOnFaulted);
|
||||
#pragma warning restore 4014
|
||||
throw new WebException (SR.net_timeout, WebExceptionStatus.Timeout);
|
||||
} catch (Exception ex) {
|
||||
throw GetWebException (ex, aborted ());
|
||||
|
||||
@@ -1 +1 @@
|
||||
5469238f307139bfb54bdbe42fcb877e2cf273bc
|
||||
7e2e318322aca81235ffc3c3be5f7383ebe374d8
|
||||
@@ -1 +1 @@
|
||||
4434e532924a095657096c31623446fc7773d33a
|
||||
2dd0eef3a52205e1336863773f343be46bd67637
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
e98f6d09a94747ba282f7c195cc95c9c62a06901
|
||||
1675aea91b5efdd1f4581fcd1c9b89fdd0e7ed4f
|
||||
@@ -1 +1 @@
|
||||
2873ec7d2a941016516ff1429e94397f83805f9b
|
||||
97c75d5e9cc403bd95f67626794afce40cfc6107
|
||||
@@ -1 +1 @@
|
||||
fba576a1996777348d40ba1ce8d7d82f7cf30796
|
||||
80832caaf98ab3dbda089f94d973b93d8ce9e26e
|
||||
@@ -1 +1 @@
|
||||
c0d161daa8406d2773662d0311f40ac188da847f
|
||||
def7d9161d84c9665094d302656ebe6161ea6f8e
|
||||
@@ -1 +1 @@
|
||||
1199285dd4df05b9633d365cbeeac536ecd0b258
|
||||
010cabffda43f3ea63b7cd3800e98a93fba1069f
|
||||
@@ -1 +1 @@
|
||||
b714353945deee5c92ea0d8f901d0d8431c0f287
|
||||
7520e0f1806e63956e0d05dabfa18248e4a08f64
|
||||
@@ -1 +1 @@
|
||||
5469238f307139bfb54bdbe42fcb877e2cf273bc
|
||||
7e2e318322aca81235ffc3c3be5f7383ebe374d8
|
||||
@@ -1 +1 @@
|
||||
4434e532924a095657096c31623446fc7773d33a
|
||||
2dd0eef3a52205e1336863773f343be46bd67637
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
e98f6d09a94747ba282f7c195cc95c9c62a06901
|
||||
1675aea91b5efdd1f4581fcd1c9b89fdd0e7ed4f
|
||||
@@ -1 +1 @@
|
||||
2873ec7d2a941016516ff1429e94397f83805f9b
|
||||
97c75d5e9cc403bd95f67626794afce40cfc6107
|
||||
@@ -1 +1 @@
|
||||
fba576a1996777348d40ba1ce8d7d82f7cf30796
|
||||
80832caaf98ab3dbda089f94d973b93d8ce9e26e
|
||||
@@ -1 +1 @@
|
||||
c0d161daa8406d2773662d0311f40ac188da847f
|
||||
def7d9161d84c9665094d302656ebe6161ea6f8e
|
||||
@@ -1 +1 @@
|
||||
1199285dd4df05b9633d365cbeeac536ecd0b258
|
||||
010cabffda43f3ea63b7cd3800e98a93fba1069f
|
||||
@@ -1 +1 @@
|
||||
b714353945deee5c92ea0d8f901d0d8431c0f287
|
||||
7520e0f1806e63956e0d05dabfa18248e4a08f64
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user