From b6af781e9f104f00679905bed2ed6a02a888ee93 Mon Sep 17 00:00:00 2001 From: VahidN Date: Fri, 18 Nov 2022 19:04:42 +0330 Subject: [PATCH] Add dotnet-tools.json --- .config/dotnet-tools.json | 18 ++++++++++++++++++ Directory.Build.props | 2 +- tag-it.bat | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..9cbc43a --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "7.0.0", + "commands": [ + "dotnet-ef" + ] + }, + "microsoft.web.librarymanager.cli": { + "version": "2.1.175", + "commands": [ + "libman" + ] + } + } +} \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 7cdf213..a132755 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tag-it.bat b/tag-it.bat index d574389..fbeb9be 100644 --- a/tag-it.bat +++ b/tag-it.bat @@ -1,3 +1,3 @@ -git tag -a 7.0.100.1401.08.18 -m "V 7.0.100.1401.08.18" +git tag -a 7.0.100.1401.08.19 -m "V 7.0.100.1401.08.19" git push --follow-tags pause \ No newline at end of file