Skip to content

Commit fc42255

Browse files
Fix the build previously failed
1 parent da174c1 commit fc42255

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

AspNet.WebForms.DependencyInjection.IntegrationTests/AspNet.WebForms.DependencyInjection.IntegrationTests.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,6 @@
6161
<Reference Include="System.Web.DynamicData" />
6262
<Reference Include="System.Web.Entity" />
6363
<Reference Include="System.Web.ApplicationServices" />
64-
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65-
<Private>True</Private>
66-
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
67-
</Reference>
68-
<Reference Include="Microsoft.ScriptManager.MSAjax">
69-
<HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath>
70-
</Reference>
71-
<Reference Include="Microsoft.ScriptManager.WebForms">
72-
<HintPath>..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath>
73-
</Reference>
74-
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
75-
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
76-
</Reference>
77-
<Reference Include="Antlr3.Runtime">
78-
<Private>True</Private>
79-
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
80-
</Reference>
8164
</ItemGroup>
8265
<ItemGroup>
8366
<Content Include="About.aspx" />
@@ -237,9 +220,6 @@
237220
<PackageReference Include="Microsoft.AspNet.Web.Optimization.WebForms">
238221
<Version>1.1.3</Version>
239222
</PackageReference>
240-
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
241-
<Version>2.0.0</Version>
242-
</PackageReference>
243223
<PackageReference Include="Microsoft.Web.Infrastructure">
244224
<Version>1.0.0.0</Version>
245225
</PackageReference>

AspNet.WebForms.DependencyInjection/AspNet.WebForms.DependencyInjection.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.AspNet.WebForms.DependencyInjection</PackageProjectUrl>
1010
<RepositoryType>git</RepositoryType>
11-
<PackageLicenseExpression>https://github.com/PosInformatique/PosInformatique.Net.HttpServer/blob/master/LICENSE</PackageLicenseExpression>
11+
<PackageLicenseExpression></PackageLicenseExpression>
1212
<Company>P.O.S Informatique</Company>
1313
<Copyright>Copyright © 1999-2019 P.O.S Informatique - All rights reserved.</Copyright>
1414
<PackageTags>aspnet webforms ioc dependencyinjection</PackageTags>
1515
<Description>PosInformatique.AspNet.WebForms.DependencyInjection is a library to add the IoC container support of Microsoft.Extensions.DependencyInjection for ASP .NET Web Forms</Description>
1616
<Authors>Gilles TOURREAU</Authors>
1717
<PackageReleaseNotes>1.0.0 - Initial version</PackageReleaseNotes>
1818
<RepositoryUrl>https://github.com/PosInformatique/PosInformatique.AspNet.WebForms.DependencyInjection.git</RepositoryUrl>
19-
<Version>1.0.0-alpha.1</Version>
19+
<Version>1.0.0-alpha1</Version>
2020
<AssemblyVersion>1.0.0.0</AssemblyVersion>
21+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2122
</PropertyGroup>
2223

2324
<ItemGroup>
@@ -40,4 +41,11 @@
4041
<Reference Include="System.Web" />
4142
</ItemGroup>
4243

44+
<ItemGroup>
45+
<None Include="..\LICENSE">
46+
<Pack>True</Pack>
47+
<PackagePath></PackagePath>
48+
</None>
49+
</ItemGroup>
50+
4351
</Project>

0 commit comments

Comments
 (0)