From 66111b81fe763623cb948048b26ae731aa1a571c Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Wed, 3 Jan 2024 13:13:15 -0500 Subject: [PATCH] change framework for publish --- .config/dotnet-tools.json | 12 ++++++++++++ Properties/PublishProfiles/Release.pubxml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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..e3cadb9 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "8.0.0", + "commands": [ + "dotnet-ef" + ] + } + } +} \ No newline at end of file diff --git a/Properties/PublishProfiles/Release.pubxml b/Properties/PublishProfiles/Release.pubxml index bec737b..bd6ba9d 100644 --- a/Properties/PublishProfiles/Release.pubxml +++ b/Properties/PublishProfiles/Release.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net7.0 + net8.0 win-x64 bf137709-fcd2-4bb0-ade0-8fc71a244485 false