Skip to content

Commit c97bb32

Browse files
authored
Merge pull request #603 from seesharper/fix-source-version
Removed unused usings
2 parents 818b50b + 7fc9c61 commit c97bb32

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dotnet-script
1717
run: dotnet tool install --global dotnet-script
1818
- name: Install dotnet-ilverify
19-
run: dotnet tool install --global dotnet-ilverify
19+
run: dotnet tool install --global dotnet-ilverify --version 8.0.0
2020

2121
- name: Run build script
2222
run: dotnet-script build/build.csx

src/LightInject/LightInject.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ LightInject version 7.0.0
3535
http://twitter.com/bernhardrichter
3636
******************************************************************************/
3737

38-
using System;
39-
using System.Collections.Generic;
40-
using System.Diagnostics;
41-
using System.Linq;
42-
using System.Reflection;
43-
using System.Reflection.Emit;
44-
using System.Runtime.CompilerServices;
45-
using LightInject;
46-
4738
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1126:PrefixCallsCorrectly", Justification = "Reviewed")]
4839
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1101:PrefixLocalCallsWithThis", Justification = "No inheritance")]
4940
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:FileMayOnlyContainASingleClass", Justification = "Single source file deployment.")]

0 commit comments

Comments
 (0)