* Drop IsExternalInit.cs * Fixed a wrong cref namespace in comment * Mark IWorkflowHost obsoleted too * Remove Source Link package reference Starting with .NET 8, Source Link for GitHub is included in the .NET SDK and enabled by default. https://github.com/dotnet/sourcelink?tab=readme-ov-file#using-source-link-in-net-projects
19 lines
618 B
XML
19 lines
618 B
XML
<Project>
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
|
|
<PropertyGroup Label="TargetFrameworks">
|
|
<TargetFrameworks>net8.0;net9.0;net10.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" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
</Project> |