Skip to content

Commit

Permalink
Try fix examples project build error
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed May 11, 2024
1 parent fb60d48 commit a51d959
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

using System;
using System.IO;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Loader;
using System.Runtime.InteropServices;

public class Example
public class CreatePersistedAssemblyExample
{
public static void Main()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;
using System.IO;
using System.Reflection;
using System.Reflection.Emit;
using System.Reflection.Metadata.Ecma335;
using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using System.Resources;

public class Example
public class SnippetExamples
{
public static void Main()
{
Expand Down

0 comments on commit a51d959

Please sign in to comment.