26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<Project Sdk="MSBuild.Sdk.Extras">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
|
<LangVersion>9.0</LangVersion>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<Company>TheXamlGuy</Company>
|
|
<Authors>TheXamlGuy</Authors>
|
|
<Product>NotificationFlyout</Product>
|
|
<Version>1.0.0</Version>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="6.0.0-preview.1.21102.12" />
|
|
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.319-beta">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0-preview.1.21102.12" />
|
|
<PackageReference Include="System.Memory" Version="4.5.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|