Skip to content

Commit 40f36b8

Browse files
committed
gitpod
1 parent d280b7b commit 40f36b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
image: gitpod/workspace-dotnet

Words/IsExternalInit.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
// auto-generated
1+
// auto-generated
22

33
namespace System.Runtime.CompilerServices
44
{
5-
public class IsExternalInit { }
5+
// this can be removed for .NET5
6+
public class IsExternalInit
7+
{
8+
}
69
}

0 commit comments

Comments
 (0)