From 1ded5ab913ed3f43e415e1cea28e7d6f69902b94 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Fri, 17 Apr 2020 18:06:33 +0300 Subject: [PATCH] updated dependencies --- packages.lock.json | 16 +++++++++++++++- test.cmd | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.lock.json b/packages.lock.json index 53f201c..dd77bba 100644 --- a/packages.lock.json +++ b/packages.lock.json @@ -2001,7 +2001,16 @@ } } }, - ".NETCoreApp,Version=v5.0/win-x86": { + ".NETCoreApp,Version=v5.0/win-x64": { + "Microsoft.DotNet.ILCompiler": { + "type": "Direct", + "requested": "[1.0.0-alpha-*, )", + "resolved": "1.0.0-alpha-28817-01", + "contentHash": "XiYIuIfAjVcTNrEVTYr2vO+SvjtKB8PDReeOz/oXYwJ/2tDhNe/46TCiyw8AVEL8XWIN4z6Ez/ZrIKGweYTvkg==", + "dependencies": { + "runtime.win-x64.Microsoft.DotNet.ILCompiler": "1.0.0-alpha-28817-01" + } + }, "Avalonia.Native": { "type": "Transitive", "resolved": "0.9.7", @@ -2209,6 +2218,11 @@ "resolved": "4.3.0", "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" }, + "runtime.win-x64.Microsoft.DotNet.ILCompiler": { + "type": "Transitive", + "resolved": "1.0.0-alpha-28817-01", + "contentHash": "T5j3voaK71tqTBzr4PLcRJ+dtSAtxS0bzeXz9X7N7hEi//xq+GemjtuXCkEEApvjwkAfoAolmuiJ7j2ZSPRE2Q==" + }, "runtime.win.Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", diff --git a/test.cmd b/test.cmd index 1dcc6a1..9c403c0 100644 --- a/test.cmd +++ b/test.cmd @@ -1,2 +1,2 @@ -dotnet publish -o Publish -r win-x64 -c release -rem dotnet publish -o Publish -r win-x64 -c release /p:RestoreLockedMode=true \ No newline at end of file +rem dotnet publish -o Publish -r win-x64 -c release +dotnet publish -o Publish -r win-x64 -c release /p:RestoreLockedMode=true \ No newline at end of file