We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afd57e commit 9776be3Copy full SHA for 9776be3
src/Owin.Loader/Owin.Loader.csproj
@@ -4,6 +4,7 @@
4
<RootNamespace>Owin.Loader</RootNamespace>
5
<TargetFramework>$(DefaultNetFxTargetFramework)</TargetFramework>
6
<IsShipping>false</IsShipping>
7
+ <IsPackable>false</IsPackable>
8
</PropertyGroup>
9
<ItemGroup>
10
<PackageReference Include="Owin" Version="$(OwinVersion)" />
src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj
@@ -5,5 +5,6 @@
<TargetFramework>net4.5</TargetFramework>
<ApplicationManifest>app.manifest</ApplicationManifest>
</Project>
0 commit comments