Skip to content

Commit 9e73c33

Browse files
authored
Mark Microsoft.Owin.Security.Interop as noship in 3.0
1 parent 0326abe commit 9e73c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/artifacts.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<PackageArtifact Include="Microsoft.Extensions.Localization.Abstractions" Category="ship" />
8282
<PackageArtifact Include="Microsoft.Extensions.Localization" Category="ship" />
8383
<PackageArtifact Include="Microsoft.NET.Sdk.Razor" Category="ship" />
84-
<PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="ship" />
8584

8685
<!-- Packages for internal use only. -->
86+
<PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="noship" />
8787
<PackageArtifact Include="AspNetCoreRuntime.3.0.$(SharedFxArchitecture)" Category="noship" Condition=" '$(SharedFxRid)' == 'win-x64' OR '$(SharedFxRid)' == 'win-x86' " />
8888
<PackageArtifact Include="Internal.AspNetCore.Universe.Lineup" Category="noship" />
8989
<PackageArtifact Include="Internal.WebHostBuilderFactory.Sources" Category="noship" />

0 commit comments

Comments
 (0)