From 33004d7500c6732f052ce76130359594a0721cbb Mon Sep 17 00:00:00 2001 From: Eric Stockdale Date: Sat, 27 Apr 2024 19:55:46 -0700 Subject: [PATCH] Update FolderProfile.pubxml to .NET6. --- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/EdFi.Ods.SandboxAdmin/Properties/PublishProfiles/FolderProfile.pubxml b/Application/EdFi.Ods.SandboxAdmin/Properties/PublishProfiles/FolderProfile.pubxml index 14cb92307..0a0bd5644 100644 --- a/Application/EdFi.Ods.SandboxAdmin/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Application/EdFi.Ods.SandboxAdmin/Properties/PublishProfiles/FolderProfile.pubxml @@ -10,7 +10,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU FileSystem - bin\Release\netcoreapp3.1\publish\ + bin\Release\net6.0\publish\ FileSystem \ No newline at end of file