mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-07 15:56:06 +02:00
Added ExceptionHandler and NoUpdateAvalibleHandler
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
".NETCoreApp,Version=v3.1": {
|
||||
"AlwaysUpToDate-Test/1.0.0": {
|
||||
"dependencies": {
|
||||
"AlwaysUpToDate": "1.0.0"
|
||||
"AlwaysUpToDate": "1.0.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"AlwaysUpToDate-Test.dll": {}
|
||||
@@ -42,7 +42,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0": {
|
||||
"AlwaysUpToDate/1.0.0.2": {
|
||||
"dependencies": {
|
||||
"System.Text.Json": "5.0.2"
|
||||
},
|
||||
@@ -79,7 +79,7 @@
|
||||
"path": "system.text.json/5.0.2",
|
||||
"hashPath": "system.text.json.5.0.2.nupkg.sha512"
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0": {
|
||||
"AlwaysUpToDate/1.0.0.2": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-1
@@ -3,7 +3,8 @@
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\David\\.nuget\\packages",
|
||||
"C:\\Microsoft\\Xamarin\\NuGet"
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user