Skip to content

Commit

Permalink
Cleaning some things up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Oct 2, 2023
1 parent a3b9075 commit 52877ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Build/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ namespace System.Reflection { }

namespace System.Security.Claims { }

namespace System.Security.Cryptography { }

namespace System.Text.RegularExpressions { }

namespace System.Threading { }
Expand Down
1 change: 1 addition & 0 deletions src/Build/GlobalUsings.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<Using Include="System.Numerics.BigInteger" Alias="bigint" Condition="!$(TargetFramework.Contains('NETSTANDARD'))" />
<Using Include="System.Reflection" />
<Using Include="System.Runtime.CompilerServices" />
<Using Include="System.Security.Cryptography" />
<Using Include="System.String" Static="true" />
<Using Include="System.StringComparison" Static="true" />
<Using Include="System.Threading.Tasks" />
Expand Down

0 comments on commit 52877ad

Please sign in to comment.