From 7006053e39b6d52dddcc75e141c7edee282e4d2a Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Mon, 4 Mar 2019 14:48:21 +0800 Subject: [PATCH] Remove BOM (#2367) --- samples/dotnetbot/dotnetbot.csproj | 2 +- samples/dotnetsay/Program.cs | 2 +- samples/helloworld/helloworld.csproj | 2 +- samples/helloworldasync/helloworld.csproj | 2 +- samples/qotd/qotd.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/dotnetbot/dotnetbot.csproj b/samples/dotnetbot/dotnetbot.csproj index 9ab1e365a..a90aa3e3a 100644 --- a/samples/dotnetbot/dotnetbot.csproj +++ b/samples/dotnetbot/dotnetbot.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 Exe diff --git a/samples/dotnetsay/Program.cs b/samples/dotnetsay/Program.cs index 94e27229f..e25cfcdf8 100644 --- a/samples/dotnetsay/Program.cs +++ b/samples/dotnetsay/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; public static class Program { diff --git a/samples/helloworld/helloworld.csproj b/samples/helloworld/helloworld.csproj index 5fbb4e602..5df10d60c 100644 --- a/samples/helloworld/helloworld.csproj +++ b/samples/helloworld/helloworld.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 Exe diff --git a/samples/helloworldasync/helloworld.csproj b/samples/helloworldasync/helloworld.csproj index d4f059e69..2754ffa99 100644 --- a/samples/helloworldasync/helloworld.csproj +++ b/samples/helloworldasync/helloworld.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 Exe diff --git a/samples/qotd/qotd.csproj b/samples/qotd/qotd.csproj index 9ab1e365a..a90aa3e3a 100644 --- a/samples/qotd/qotd.csproj +++ b/samples/qotd/qotd.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 Exe