Skip to content

Commit

Permalink
Revert "Revert "fix api diff.""
Browse files Browse the repository at this point in the history
This reverts commit 0114291.

# Conflicts:
#	build/ApiDiff.props
  • Loading branch information
danwalmsley committed Nov 30, 2021
1 parent e44c36b commit ec226bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/ApiDiff.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<NugetPackageName Condition="'$(PackageId)' != ''">$(PackageId)</NugetPackageName>
<NugetPackageName Condition="'$(PackageId)' == ''">Avalonia</NugetPackageName>
</PropertyGroup>
<ItemGroup>
<PackageDownload Include="$(NugetPackageName)" Version="[$(ApiContractPackageVersion)]" />
<PackageReference Include="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20372.2" PrivateAssets="All" />
<ResolvedMatchingContract Include="$(NuGetPackageRoot)\$(NugetPackageName.ToLowerInvariant())\$(ApiContractPackageVersion)\lib\$(TargetFramework)\$(AssemblyName).dll" />
</ItemGroup>
<!--<ItemGroup>
<PackageDownload Include="$(NugetPackageName)" Version="[$(ApiContractPackageVersion)]" />
<PackageReference Include="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20372.2" PrivateAssets="All" />
<ResolvedMatchingContract Include="$(NuGetPackageRoot)\$(NugetPackageName.ToLowerInvariant())\$(ApiContractPackageVersion)\lib\$(TargetFramework)\$(AssemblyName).dll" />
</ItemGroup>-->
</Project>

0 comments on commit ec226bc

Please sign in to comment.