Skip to content

Commit 88c4636

Browse files
Retrograde the Microsoft.Extensions.DependencyInjection version 2.0.0 to not force consumer to use the 2.2.0 version. (#3)
1 parent 9a85fdf commit 88c4636

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

AspNet.WebForms.DependencyInjection.IntegrationTests/Web.config

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,4 @@
3232
</dependentAssembly>
3333
</assemblyBinding>
3434
</runtime>
35-
<system.codedom>
36-
<compilers>
37-
<compiler language="c#;cs;csharp" extension=".cs"
38-
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
39-
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
40-
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
41-
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
42-
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
43-
</compilers>
44-
</system.codedom>
4535
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
28+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
2929
<PackageReference Include="SonarAnalyzer.CSharp" Version="7.16.0.8981">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)