Skip to content

Commit 4c457c9

Browse files
committed
NET8.0, Amethyst 1.3
1 parent 3b2f281 commit 4c457c9

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Pack published files
2323
run: |
24-
cd plugin_AzureKinect/bin/Release/net7.0/win10-x64/publish
24+
cd plugin_AzureKinect/bin/Release/net8.0/win-x64/publish
2525
7z a plugin_AzureKinect.zip *
2626
2727
- name: Upload plugin artifact
@@ -32,5 +32,5 @@ jobs:
3232
prerelease: true
3333
title: "plugin_AzureKinect Build Artifact"
3434
files: |
35-
./plugin_AzureKinect/bin/Release/net7.0/win10-x64/publish/plugin_AzureKinect.zip
35+
./plugin_AzureKinect/bin/Release/net8.0/win-x64/publish/plugin_AzureKinect.zip
3636
./external/manifest.json

plugin_AzureKinect/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>x64</Platform>
9-
<PublishDir>bin\Release\net7.0\win10-x64\publish\</PublishDir>
9+
<PublishDir>bin\Release\net8.0\win-x64\publish\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net7.0</TargetFramework>
13-
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
12+
<TargetFramework>net8.0</TargetFramework>
13+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1414
<SelfContained>true</SelfContained>
1515
<PublishSingleFile>false</PublishSingleFile>
1616
<PublishReadyToRun>true</PublishReadyToRun>

plugin_AzureKinect/plugin_AzureKinect.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
55
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
66
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
77
<RootNamespace>plugin_AzureKinect</RootNamespace>
8-
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PublishTrimmed>false</PublishTrimmed>
1010
<Platforms>x64</Platforms>
1111
<UseWinUI>true</UseWinUI>
@@ -15,14 +15,14 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.33" />
18+
<PackageReference Include="Amethyst.Plugins.Contract" Version="1.3.0" />
1919
<PackageReference Include="Microsoft.Azure.Kinect.BodyTracking" Version="1.1.2" />
2020
<PackageReference Include="Microsoft.Azure.Kinect.BodyTracking.Dependencies" Version="0.9.1" />
2121
<PackageReference Include="Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN" Version="0.9.1" />
22-
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.0" />
23-
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.0" />
24-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
25-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
22+
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.6" />
23+
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.6" />
24+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
25+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4188" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)