1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 06:44:10 +02:00

Changing System.Runtime namespace

This commit is contained in:
Brian Fiete 2019-12-11 12:53:02 -08:00
parent b900ec1a4a
commit 33edbd18bb
16 changed files with 6 additions and 17 deletions

View file

@ -5,8 +5,6 @@
namespace System
{
using System;
using System.Runtime;
using System.Runtime.CompilerServices;
using System.Diagnostics.Contracts;
using System.Diagnostics;