mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Changing System.Runtime namespace
This commit is contained in:
parent
b900ec1a4a
commit
33edbd18bb
16 changed files with 6 additions and 17 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
namespace System.Globalization {
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Globalization;
|
||||
using System.Diagnostics.Contracts;
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace System.Globalization
|
|||
{
|
||||
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Diagnostics;
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ namespace System {
|
|||
using System.Threading;
|
||||
using System.Globalization;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Security;
|
||||
using System.Diagnostics.Contracts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue