Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 92bc42d

Browse files
[nuget] should specify $(PackageType) of MSBuildSdk (#15)
Context: https://docs.microsoft.com/nuget/create-packages/set-package-type Context: https://github.com/novotnyllc/MSBuildSdkExtras/blob/7bf8b6484b9fc4df3c10ba96b6722423b0898026/Tools/MSBuild.Packaging.targets#L4 Xamarin.Legacy.Sdk needs to specify it's NuGet package type.
1 parent 9428620 commit 92bc42d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Legacy.Sdk/Xamarin.Legacy.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageVersion>0.1.0-alpha2</PackageVersion>
5+
<PackageType>MSBuildSdk</PackageType>
56
<OutputPath>../../bin/$(Configuration)/</OutputPath>
67
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
78
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

0 commit comments

Comments
 (0)