diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 378d4306a..1a632dd02 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -72,7 +72,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/Flow.Launcher.Plugin/packages.lock.json b/Flow.Launcher.Plugin/packages.lock.json index 7565ec3f4..b4a0a39e1 100644 --- a/Flow.Launcher.Plugin/packages.lock.json +++ b/Flow.Launcher.Plugin/packages.lock.json @@ -16,12 +16,13 @@ }, "Microsoft.SourceLink.GitHub": { "type": "Direct", - "requested": "[10.0.103, )", - "resolved": "10.0.103", - "contentHash": "qZk7r40ftpZY+/sO019sgWAWfNqC2CLSspDdAxNYCJU/bCi/8jVwvOMjzb/d5gjCRNzQ4OCYgBfhdpQyVwLTyw==", + "requested": "[10.0.200, )", + "resolved": "10.0.200", + "contentHash": "jZ34WRkUOZJX5V0FPhZJqtWSY+YB6/Vuuam1LGUwRzyYiRgs5qpAHHcrsckHCISjxXklGPwqh8j8t1g460PG1g==", "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.103", - "Microsoft.SourceLink.Common": "10.0.103" + "Microsoft.Build.Tasks.Git": "10.0.200", + "Microsoft.SourceLink.Common": "10.0.200", + "System.IO.Hashing": "10.0.4" } }, "Microsoft.Windows.CsWin32": { @@ -46,13 +47,16 @@ }, "Microsoft.Build.Tasks.Git": { "type": "Transitive", - "resolved": "10.0.103", - "contentHash": "QoiCMcPuxC6eqRQmrmF9zBY96ejIznXtve/lJJbonGD9I5Aygf2AUCOWslGiCEtBbfWRSuUnepBjuuVOdAl5ag==" + "resolved": "10.0.200", + "contentHash": "UvGsrIcmqICxi0OiQ3ekgXVM9DJQQG0dkhxvp0RNkv4aH5zAbjX0/LWgz64SrkQS2mme+1dz2pMnM/R4vOI1AQ==", + "dependencies": { + "System.IO.Hashing": "10.0.4" + } }, "Microsoft.SourceLink.Common": { "type": "Transitive", - "resolved": "10.0.103", - "contentHash": "cMtGW5/r0ck72Jg2QwZcNTX59z+iB/B1kW84VMa/eX8L19DhHIuIcQjfK0pgLLBxd60Jl0Bj9GUolcM0MnJnZA==" + "resolved": "10.0.200", + "contentHash": "FxaSq+pMA7BS5dA5DXs0FscrvYzi6Rtm/zcU/ZMHV22lMIk07jz0WZdrWERQ9TJNARkne+z1Coow/a0w5Wl4yQ==" }, "Microsoft.Windows.SDK.Win32Docs": { "type": "Transitive", @@ -71,6 +75,11 @@ "dependencies": { "Microsoft.Windows.SDK.Win32Metadata": "63.0.31-preview" } + }, + "System.IO.Hashing": { + "type": "Transitive", + "resolved": "10.0.4", + "contentHash": "D5nHu/rBFu2mUyqyWWCTPxqvQisJKIqK/GU3X6BQbYIFYBDHTvUXToyv0oSszS26/6oTghWiA+oGqhgwGgTefw==" } } }