Skip to content

Commit

Permalink
NuGet balíčky - nepublikování frameworkAssemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikanda committed Oct 23, 2018
1 parent 795e6db commit 4453d96
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 165 deletions.
Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

2 changes: 1 addition & 1 deletion Havit.AspNet.Mvc/Havit.AspNet.Mvc.csproj
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Havit.Business/Havit.Business.csproj
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>

</Project>
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web.Services" />
<Reference Include="System.Web.Services" Pack="false" />
</ItemGroup>

</Project>
Expand Up @@ -25,6 +25,6 @@
<Content Include="Package\content\**\*.*" PackagePath="content" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Havit.Data/Havit.Data.csproj
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration" Pack="false" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Havit.Enterprise.Web/Havit.Enterprise.Web.csproj
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Havit.GoPay/Havit.GoPay.csproj
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http" Pack="false" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Havit.PayMuzo/Havit.PayMuzo.csproj
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Web" Pack="false" />
<Reference Include="System.Web.Services" Pack="false" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Havit.PayPal/Havit.PayPal.csproj
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web" />
<Reference Include="System.Data.DataSetExtensions" Pack="false" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Havit.Services/Havit.Services.csproj
Expand Up @@ -19,9 +19,9 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Web" />
<Reference Include="System.DirectoryServices" Pack="false" />
<Reference Include="System.Runtime.Caching" Pack="false" />
<Reference Include="System.Web" Pack="false" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down
10 changes: 5 additions & 5 deletions Havit.Web/Havit.Web.csproj
Expand Up @@ -19,11 +19,11 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Configuration" Pack="false" />
<Reference Include="System.ServiceModel" Pack="false" />
<Reference Include="System.Web" Pack="false" />
<Reference Include="System.Web.Extensions" Pack="false" />
<Reference Include="System.Web.Services" Pack="false" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Havit/Havit.csproj
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>

<ItemGroup>
<Reference Include="System.Web" Condition="'$(TargetFramework)' == 'net46'" />
<Reference Include="System.Windows.Forms" Condition="'$(TargetFramework)' == 'net46'" />
<Reference Include="System.Web" Pack="false" Condition="'$(TargetFramework)' == 'net46'" />
<Reference Include="System.Windows.Forms" Pack="false" Condition="'$(TargetFramework)' == 'net46'" />
</ItemGroup>

</Project>

0 comments on commit 4453d96

Please sign in to comment.