From 87b95ed6edf2ca2579f0d4bf38dce50c33751fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Michel?= Date: Mon, 30 Jan 2023 22:19:52 +0100 Subject: [PATCH] update multiple dependencies (#840) * update multiple dependencies * update to last dotnet-ef tool --------- Co-authored-by: cedri --- Directory.Packages.props | 42 +++++++++++++++---------------- src/Web/.config/dotnet-tools.json | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ba6dcf3..1297b91 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,37 +17,37 @@ - - - - + + + + - - - - + + + + - - - + + + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + - + @@ -59,8 +59,8 @@ runtime; build; native; contentfiles; analyzers - - + + \ No newline at end of file diff --git a/src/Web/.config/dotnet-tools.json b/src/Web/.config/dotnet-tools.json index 43a4368..f331fe5 100644 --- a/src/Web/.config/dotnet-tools.json +++ b/src/Web/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.1", + "version": "7.0.2", "commands": [ "dotnet-ef" ]