Skip to content

Commit

Permalink
Fixed wrong publish profile configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 16, 2024
1 parent 48b92ce commit 9ee0af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Debug</Configuration>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\Release\Publish</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
Expand Down
2 changes: 1 addition & 1 deletion plugin_Kinect360/plugin_Kinect360.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<RootNamespace>plugin_Kinect360</RootNamespace>
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit 9ee0af6

Please sign in to comment.