Skip to content

Commit

Permalink
Do not pack projects that don't ship
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Apr 5, 2022
1 parent 1afd57e commit 9776be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Owin.Loader/Owin.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RootNamespace>Owin.Loader</RootNamespace>
<TargetFramework>$(DefaultNetFxTargetFramework)</TargetFramework>
<IsShipping>false</IsShipping>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Owin" Version="$(OwinVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<TargetFramework>net4.5</TargetFramework>
<ApplicationManifest>app.manifest</ApplicationManifest>
<IsShipping>false</IsShipping>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>

0 comments on commit 9776be3

Please sign in to comment.