Remove Microsoft.NETCore.Platforms from tool package nuspec
This commit is contained in:
parent
0b579cda2f
commit
9bd4a67f7d
|
|
@ -11,7 +11,6 @@
|
|||
<MicrosoftExtensionsProcessSourcesPackageVersion>2.1.0-preview2-30187</MicrosoftExtensionsProcessSourcesPackageVersion>
|
||||
<MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
|
||||
<MicrosoftNETCoreApp21PackageVersion>2.1.0-preview2-26130-04</MicrosoftNETCoreApp21PackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26130-01</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETTestSdkPackageVersion>15.6.0</MicrosoftNETTestSdkPackageVersion>
|
||||
<SystemDataSqlClientPackageVersion>4.5.0-preview2-26130-01</SystemDataSqlClientPackageVersion>
|
||||
<SystemSecurityCryptographyCngPackageVersion>4.5.0-preview2-26130-01</SystemSecurityCryptographyCngPackageVersion>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
description=$(Description);
|
||||
repositoryUrl=$(RepositoryUrl);
|
||||
targetframework=$(TargetFramework);
|
||||
MicrosoftNETCorePlatformsPackageVersion=$(MicrosoftNETCorePlatformsPackageVersion);
|
||||
repositoryCommit=$(RepositoryCommit);
|
||||
</NuspecProperties>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
|
|
|
|||
|
|
@ -16,11 +16,7 @@
|
|||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
<repository type="git" url="$repositoryUrl$" />
|
||||
<dependencies>
|
||||
<!-- Workaround https://github.com/dotnet/cli/issues/8418 -->
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="$MicrosoftNETCorePlatformsPackageVersion$" />
|
||||
</dependencies>
|
||||
<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="$publishdir$" target="tools/any/any/" />
|
||||
|
|
|
|||
|
|
@ -16,11 +16,7 @@
|
|||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
<repository type="git" url="$repositoryUrl$" />
|
||||
<dependencies>
|
||||
<!-- Workaround https://github.com/dotnet/cli/issues/8418 -->
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="$MicrosoftNETCorePlatformsPackageVersion$" />
|
||||
</dependencies>
|
||||
<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="$publishdir$" target="tools/any/any/" />
|
||||
|
|
|
|||
|
|
@ -16,11 +16,7 @@
|
|||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
<repository type="git" url="$repositoryUrl$" />
|
||||
<dependencies>
|
||||
<!-- Workaround https://github.com/dotnet/cli/issues/8418 -->
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="$MicrosoftNETCorePlatformsPackageVersion$" />
|
||||
</dependencies>
|
||||
<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="$publishdir$" target="tools/any/any/" />
|
||||
|
|
|
|||
|
|
@ -16,11 +16,7 @@
|
|||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
<repository type="git" url="$repositoryUrl$" />
|
||||
<dependencies>
|
||||
<!-- Workaround https://github.com/dotnet/cli/issues/8418 -->
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="$MicrosoftNETCorePlatformsPackageVersion$" />
|
||||
</dependencies>
|
||||
<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="$publishdir$" target="tools/any/any/" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue