Added Windows 8+ target and reference to WinRT contracts

This commit is contained in:
Yoshi Askharoun
2022-07-13 18:45:29 -05:00
parent a569e2b9d8
commit 90965fb41a
+6 -2
View File
@@ -11,7 +11,7 @@
<AssemblyVersion>$(ApplicationVersion)</AssemblyVersion>
<FileVersion>$(ApplicationVersion)</FileVersion>
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net35;net40;net6.0-windows8</TargetFrameworks>
<Platforms>x64;x86</Platforms>
<FileAlignment>512</FileAlignment>
@@ -42,7 +42,7 @@
</Reference>
</ItemGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PropertyGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
<UseOpenZune>True</UseOpenZune>
</PropertyGroup>
@@ -61,6 +61,10 @@
<Reference Include="Accessibility" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22621.1" />
</ItemGroup>
<ItemGroup Condition=" $(UseOpenZune) ">
<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" />
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />