Skip to content

Commit

Permalink
removed unnecessary Castle.Core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzima committed Mar 14, 2023
1 parent 7962e8b commit 2fd037c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Revo.Core/Revo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Core package of the framework.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
Expand Down
2 changes: 0 additions & 2 deletions Revo.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=EF/@EntryIndexedValue">EF</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=JS/@EntryIndexedValue">JS</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=Castle_002ECore_002ElLogging_002EILogger/@EntryIndexedValue">False</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=Castle_002ECore_002ELogging_002EILogger/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Authorizer/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Middlewares/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Ninject/@EntryIndexedValue">True</s:Boolean>
Expand Down

0 comments on commit 2fd037c

Please sign in to comment.