Skip to content

Commit 6907954

Browse files
authored
Merge pull request #569 from CommunityToolkit/fix/nupkg/invalid-tfm
Dep bump, fixed net80-windows10.0.22621.0 appearing in nupkg
2 parents 0ee26e6 + 981799f commit 6907954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

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

88
<PropertyGroup>

0 commit comments

Comments
 (0)