Skip to content

Commit

Permalink
build: fix publish dirs
Browse files Browse the repository at this point in the history
- and jetbrains dir
  • Loading branch information
binary1230 committed Dec 1, 2024
1 parent e0e7017 commit a7da62e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .run/DiztinGUIsh - WinForms Desktop (Main App).run.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="DiztinGUIsh - WinForms Desktop (Main App)" type="DotNetProject" factoryName=".NET Project">
<option name="EXE_PATH" value="$PROJECT_DIR$/DiztinGUIsh/bin/Release/net6.0-windows7.0/DiztinGUIsh.exe" />
<option name="EXE_PATH" value="$PROJECT_DIR$/DiztinGUIsh/bin/Release/net8.0-windows/DiztinGUIsh.exe" />
<option name="PROGRAM_PARAMETERS" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/DiztinGUIsh/bin/Release/net6.0-windows7.0" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/DiztinGUIsh/bin/Release/net8.0-windows" />
<option name="PASS_PARENT_ENVS" value="1" />
<option name="USE_EXTERNAL_CONSOLE" value="0" />
<option name="USE_MONO" value="0" />
Expand All @@ -12,7 +12,7 @@
<option name="PROJECT_ARGUMENTS_TRACKING" value="1" />
<option name="PROJECT_WORKING_DIRECTORY_TRACKING" value="1" />
<option name="PROJECT_KIND" value="DotNetCore" />
<option name="PROJECT_TFM" value="net6.0-windows7.0" />
<option name="PROJECT_TFM" value="net8.0-windows" />
<method v="2">
<option name="Build" />
</method>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net6.0-windows7.0\publish\</PublishDir>
<PublishDir>bin\Release\net8.0-windows\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net8.0-windows</TargetFramework>
<SelfContained>false</SelfContained>
Expand Down

0 comments on commit a7da62e

Please sign in to comment.