|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net6.0-windows10.0.17763.0</TargetFramework> |
4 | | - <Platforms>x64</Platforms> |
5 | | - <PlatformTarget>x64</PlatformTarget> |
6 | | - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net6.0-windows10.0.17763.0</TargetFramework> |
| 4 | + <Platforms>x64</Platforms> |
| 5 | + <PlatformTarget>x64</PlatformTarget> |
| 6 | + <IncludeBuildOutput>false</IncludeBuildOutput> |
| 7 | + </PropertyGroup> |
7 | 8 |
|
8 | | - <ItemGroup> |
9 | | - <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" /> |
10 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
11 | | - <PackageReference Include="Serilog" Version="2.12.0" /> |
12 | | - <PackageReference Include="SkiaSharp" Version="2.88.1-preview.1" /> |
| 9 | + <ItemGroup> |
| 10 | + <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0"> |
| 11 | + </PackageReference> |
| 12 | + <PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2023.111.4"/> |
| 13 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1"/> |
| 14 | + <PackageReference Include="Serilog" Version="2.12.0"/> |
| 15 | + <PackageReference Include="SkiaSharp" Version="2.88.1-preview.108"/> |
13 | 16 |
|
14 | | - <PackageReference Update="@(PackageReference)" IncludeAssets="compile;build" /> |
15 | | - </ItemGroup> |
| 17 | + <PackageReference Update="@(PackageReference)" IncludeAssets="compile;build"/> |
16 | 18 |
|
17 | | - <ItemGroup> |
18 | | - <Reference Include="Dubya.WindowsMediaController" Version="2.1.0"> |
19 | | - <HintPath>.\WindowsMediaController.dll</HintPath> |
20 | | - <Private>true</Private> |
21 | | - </Reference> |
22 | | - <Reference Include="Artemis.Core"> |
23 | | - <HintPath>..\..\Artemis\src\Artemis.Core\bin\net6.0\Artemis.Core.dll</HintPath> |
24 | | - <Private>false</Private> |
25 | | - </Reference> |
26 | | - </ItemGroup> |
| 19 | + <PackageReference Include="Dubya.WindowsMediaController" Version="2.4.0" IncludeAssets="compile;lib:runtime"/> |
27 | 20 |
|
28 | | - <ItemGroup> |
29 | | - <Content Include="plugin.json" CopyToOutputDirectory="PreserveNewest" /> |
30 | | - <PackageReference Include="ArtemisRGB.Plugins.BuildTask" Version="1.1.0" /> |
31 | | - </ItemGroup> |
| 21 | + |
| 22 | + <Reference Include="Artemis.Core"> |
| 23 | + <HintPath>..\..\Artemis\src\Artemis.Core\bin\net6.0\Artemis.Core.dll</HintPath> |
| 24 | + <Private>false</Private> |
| 25 | + </Reference> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | + <ItemGroup> |
| 29 | + <Content Include="plugin.json" CopyToOutputDirectory="PreserveNewest"/> |
| 30 | + <PackageReference Include="ArtemisRGB.Plugins.BuildTask" Version="1.1.0"/> |
| 31 | + </ItemGroup> |
32 | 32 | </Project> |
0 commit comments