Skip to content

Commit

Permalink
Remove C# 10 feature codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Dec 13, 2021
1 parent 4984dd4 commit f7ae6d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
11 changes: 6 additions & 5 deletions samples/dotnetCampus.LargeAddressAware.Sample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using System;

namespace dotnetCampus.LargeAddressAware.Sample;

internal class Program
namespace dotnetCampus.LargeAddressAware.Sample
{
static void Main(string[] args)
internal class Program
{
Console.WriteLine("Hello World!");
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
10 changes: 6 additions & 4 deletions src/dotnetCampus.LargeAddressAware/Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
namespace dotnetCampus.LargeAddressAware;

internal static class Program
namespace dotnetCampus.LargeAddressAware
{
private static void Main()
internal static class Program
{
private static void Main()
{

}
}
}
3 changes: 0 additions & 3 deletions src/dotnetCampus.LargeAddressAware/Properties/Global.cs

This file was deleted.

0 comments on commit f7ae6d2

Please sign in to comment.