Skip to content

Commit 61d6645

Browse files
committed
Revert "Switched projects to framework-dependent deployment"
This reverts commit e827589.
1 parent edb07ae commit 61d6645

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugin_KinectV2/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1111
<_TargetId>Folder</_TargetId>
1212
<TargetFramework>net7.0</TargetFramework>
1313
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
14-
<SelfContained>false</SelfContained>
14+
<SelfContained>true</SelfContained>
1515
<PublishSingleFile>false</PublishSingleFile>
1616
<PublishReadyToRun>true</PublishReadyToRun>
1717
</PropertyGroup>

plugin_KinectV2/plugin_KinectV2.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
77
<RootNamespace>plugin_KinectV2</RootNamespace>
88
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
9+
<PublishTrimmed>true</PublishTrimmed>
910
<Platforms>x64</Platforms>
1011
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1112
</PropertyGroup>

0 commit comments

Comments
 (0)