Skip to content

Commit

Permalink
Merge pull request #569 from CommunityToolkit/fix/nupkg/invalid-tfm
Browse files Browse the repository at this point in the history
Dep bump, fixed net80-windows10.0.22621.0 appearing in nupkg
  • Loading branch information
Arlodotexe authored Sep 9, 2024
2 parents 0ee26e6 + 981799f commit 6907954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.2.0" PrivateAssets="all" Pack="false" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.7.0" PrivateAssets="all" Pack="false" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 6907954

Please sign in to comment.