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.
This commit is contained in:
Родитель
0d89e01c81
Коммит
f8ee564d98
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче