20 lines
680 B
XML
20 lines
680 B
XML
<Project>
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
|
|
<PropertyGroup Label="TargetFrameworks">
|
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="Files">
|
|
<None Include="..\..\..\icon.png" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
|
|
<PackageReference Include="Fody" PrivateAssets="All" />
|
|
<PackageReference Include="JetBrains.Annotations" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
</Project> |