Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 8be65e1

Browse files
committed
Remove Owin.Security.OAuth.Introspection.nuspec
1 parent d2526ff commit 8be65e1

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

src/Owin.Security.OAuth.Introspection/Owin.Security.OAuth.Introspection.csproj

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,4 @@
2626
<Reference Include="System.IdentityModel" />
2727
</ItemGroup>
2828

29-
<!--
30-
Warning: due to a design change in NuGet, framework assemblies (represented as 'References' nodes in this file)
31-
are no longer automatically added to the .nuspec file published with this package. To avoid a breaking change that
32-
would force final users to reference the framework assemblies in their own project, automatic .nuspec generation
33-
is disabled and replaced by a custom Owin.Security.OAuth.Introspection.nuspec file that explicitly references
34-
them under the 'frameworkAssemblies' node. See https://github.com/NuGet/Home/issues/4853 for more information.
35-
-->
36-
37-
<PropertyGroup>
38-
<NuSpecFile>$(MSBuildThisFileDirectory)$(MSBuildProjectName).nuspec</NuSpecFile>
39-
</PropertyGroup>
40-
41-
<Target Name="SetPackageProperties" BeforeTargets="GenerateNuspec">
42-
<PropertyGroup>
43-
<NuspecProperties>$(NuspecProperties);id=$(PackageId)</NuspecProperties>
44-
<NuspecProperties>$(NuspecProperties);version=$(PackageVersion)</NuspecProperties>
45-
<NuspecProperties>$(NuspecProperties);authors=$(Authors)</NuspecProperties>
46-
<NuspecProperties>$(NuspecProperties);requireLicenseAcceptance=$(PackageRequireLicenseAcceptance)</NuspecProperties>
47-
<NuspecProperties>$(NuspecProperties);licenseUrl=$(PackageLicenseUrl)</NuspecProperties>
48-
<NuspecProperties>$(NuspecProperties);projectUrl=$(PackageProjectUrl)</NuspecProperties>
49-
<NuspecProperties>$(NuspecProperties);iconUrl=$(PackageIconUrl)</NuspecProperties>
50-
<NuspecProperties>$(NuspecProperties);description=$(Description)</NuspecProperties>
51-
<NuspecProperties>$(NuspecProperties);tags=$(PackageTags.Replace(";"," "))</NuspecProperties>
52-
<NuspecProperties>$(NuspecProperties);repositoryType=$(RepositoryType)</NuspecProperties>
53-
<NuspecProperties>$(NuspecProperties);repositoryUrl=$(RepositoryUrl)</NuspecProperties>
54-
<NuspecProperties>$(NuspecProperties);configuration=$(Configuration)</NuspecProperties>
55-
<NuspecProperties>$(NuspecProperties);aspNetCoreVersion=$(AspNetCoreVersion)</NuspecProperties>
56-
<NuspecProperties>$(NuspecProperties);jsonNetVersion=$(JsonNetVersion)</NuspecProperties>
57-
<NuspecProperties>$(NuspecProperties);identityModelVersion=$(IdentityModelVersion)</NuspecProperties>
58-
<NuspecProperties>$(NuspecProperties);netHttpVersion=$(NetHttpVersion)</NuspecProperties>
59-
</PropertyGroup>
60-
</Target>
61-
6229
</Project>

src/Owin.Security.OAuth.Introspection/Owin.Security.OAuth.Introspection.nuspec

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)