diff --git a/build/version.props b/build/version.props
index ae5b04f..dcd0b81 100644
--- a/build/version.props
+++ b/build/version.props
@@ -2,7 +2,7 @@
2
2
- 2
+ 3
$(VersionMajor).$(VersionMinor).$(VersionPatch)
diff --git a/samples/Sample.Kafka.MySql/Program.cs b/samples/Sample.Kafka.MySql/Program.cs
index 976b20a..d92eedd 100644
--- a/samples/Sample.Kafka.MySql/Program.cs
+++ b/samples/Sample.Kafka.MySql/Program.cs
@@ -1,6 +1,5 @@
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
-using NLog.Web;
namespace Sample.Kafka.MySql
{
@@ -14,12 +13,7 @@ namespace Sample.Kafka.MySql
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
- .UseStartup()
- .ConfigureLogging((hostingContext, builder) =>
- {
- hostingContext.HostingEnvironment.ConfigureNLog("nlog.config");
- })
- .UseNLog()
+ .UseStartup()
.Build();
}
}
\ No newline at end of file
diff --git a/samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj b/samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj
index 88c0c1d..27a8c6e 100644
--- a/samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj
+++ b/samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj
@@ -1,30 +1,20 @@
- netcoreapp2.0
+ netcoreapp2.1
Sample.Kafka.MySql
NU1701
NU1701
-
-
-
-
-
-
-
-
+
+
+
-
-
-
- PreserveNewest
-
-
+
diff --git a/samples/Sample.Kafka.MySql/nlog.config b/samples/Sample.Kafka.MySql/nlog.config
deleted file mode 100644
index 5b91105..0000000
--- a/samples/Sample.Kafka.MySql/nlog.config
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/Sample.RabbitMQ.MySql/Program.cs b/samples/Sample.RabbitMQ.MySql/Program.cs
index 3cbbe15..d8e6083 100644
--- a/samples/Sample.RabbitMQ.MySql/Program.cs
+++ b/samples/Sample.RabbitMQ.MySql/Program.cs
@@ -1,6 +1,5 @@
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
-using NLog.Web;
namespace Sample.RabbitMQ.MySql
{
@@ -13,12 +12,7 @@ namespace Sample.RabbitMQ.MySql
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
- .UseStartup()
- .ConfigureLogging((hostingContext, builder) =>
- {
- hostingContext.HostingEnvironment.ConfigureNLog("nlog.config");
- })
- .UseNLog()
+ .UseStartup()
.Build();
}
}
diff --git a/samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj b/samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj
index 5c981a3..5faf15f 100644
--- a/samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj
+++ b/samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj
@@ -1,31 +1,17 @@
- netcoreapp2.0
-
-
-
- 1701;1702;1705;3277;
- NU1605;MSB3277
+ netcoreapp2.1
-
-
-
-
-
-
-
+
+
+
-
-
- PreserveNewest
-
-
diff --git a/samples/Sample.RabbitMQ.MySql/nlog.config b/samples/Sample.RabbitMQ.MySql/nlog.config
deleted file mode 100644
index bba5bea..0000000
--- a/samples/Sample.RabbitMQ.MySql/nlog.config
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file