Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit c186062

Browse files
committed
Updating to netcoreapp1.1
1 parent cc3daef commit c186062

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/SampleApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Program()
3434
_logger = factory.CreateLogger<Program>();
3535

3636
// providers may be added to an ILoggerFactory at any time, existing ILoggers are updated
37-
#if !NETCOREAPP1_0
37+
#if !NETCOREAPP1_1
3838
factory.AddEventLog();
3939
#endif
4040

samples/SampleApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Microsoft.Extensions.Logging.EventLog": "1.1.0-*"
2323
}
2424
},
25-
"netcoreapp1.0": {
25+
"netcoreapp1.1": {
2626
"dependencies": {
2727
"Microsoft.NETCore.App": {
2828
"version": "1.1.0-*",

test/Microsoft.Extensions.Logging.AzureAppServices.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"testRunner": "xunit",
1313
"frameworks": {
14-
"netcoreapp1.0": {
14+
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
1717
"version": "1.1.0-*",

test/Microsoft.Extensions.Logging.EventSource.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"testRunner": "xunit",
1212
"frameworks": {
13-
"netcoreapp1.0": {
13+
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
1616
"type": "platform",

test/Microsoft.Extensions.Logging.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"testRunner": "xunit",
1717
"frameworks": {
18-
"netcoreapp1.0": {
18+
"netcoreapp1.1": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
2121
"version": "1.1.0-*",

test/Microsoft.Extensions.Logging.Testing.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"testRunner": "xunit",
1212
"frameworks": {
13-
"netcoreapp1.0": {
13+
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
1616
"version": "1.1.0-*",

0 commit comments

Comments
 (0)