File tree Expand file tree Collapse file tree 7 files changed +17
-3
lines changed
nanoFramework.Runtime.Native Expand file tree Collapse file tree 7 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System ;
5+ using System . Runtime . CompilerServices ;
6+
47namespace nanoFramework . Runtime . Native
58{
69 /// <summary>
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System . Runtime . CompilerServices ;
5+
46namespace nanoFramework . Runtime . Native
57{
68 /// <summary>
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System . Runtime . CompilerServices ;
5+
46namespace nanoFramework . Runtime . Native
57{
68 /// <summary>
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4- using System . Reflection ;
5- using System . Runtime . InteropServices ;
6-
74// General Information about an assembly is controlled through the following
85// set of attributes. Change these attribute values to modify the information
96// associated with an assembly.
7+ using System . Reflection ;
8+ using System . Runtime . InteropServices ;
9+
1010[ assembly: AssemblyTitle ( "nanoFramework.Runtime.Native" ) ]
1111[ assembly: AssemblyCompany ( "nanoFramework Contributors" ) ]
1212[ assembly: AssemblyProduct ( "nanoFramework.Runtime.Native" ) ]
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System . Runtime . CompilerServices ;
5+
46namespace nanoFramework . Runtime . Native
57{
68 /// <summary>
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System . Runtime . CompilerServices ;
5+
46namespace System
57{
68 /// <summary>
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ using System ;
5+ using System . Runtime . CompilerServices ;
6+
47namespace nanoFramework . Runtime . Native
58{
69 /// <summary>
You can’t perform that action at this time.
0 commit comments