Skip to content

Commit 9ee0af6

Browse files
committed
Fixed wrong publish profile configuration
1 parent 48b92ce commit 9ee0af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin_Kinect360/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<Configuration>Debug</Configuration>
7+
<Configuration>Release</Configuration>
88
<Platform>x64</Platform>
99
<PublishDir>bin\Release\Publish</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>

plugin_Kinect360/plugin_Kinect360.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net7.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
5-
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
5+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
66
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
77
<RootNamespace>plugin_Kinect360</RootNamespace>
88
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)