Skip to content

Commit f8ee564

Browse files
committed
Align NuGet.Build.Tasks.Pack and Microsoft.SourceLink.GitHub with main toolkit repo. Fixes an issue where net80-windows10.0.22621.0 would appear in the nuget package.
1 parent 0d89e01 commit f8ee564

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)