Skip to content

Commit e74a8be

Browse files
committed
Removed references to nuget restore as it's no longer needed
1 parent ebd79bf commit e74a8be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ before_build:
3232
$content = $content.Replace("99.99.99-dev", "$($env:APPVEYOR_BUILD_VERSION)$($env:VERSION_SUFFIX)")
3333
Set-Content "$_" $content -Encoding UTF8
3434
}
35-
- nuget restore -verbosity quiet
3635
- dotnet restore -v Minimal
3736

3837
build_script:

src/Samples/Exceptionless.SampleAspNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
2323
"Microsoft.NETCore.App": {
24-
//"type": "platform",
24+
"type": "platform",
2525
"version": "1.0.0-rc2-3002702"
2626
}
2727
},

src/Samples/Exceptionless.SampleConsole/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"Exceptionless.RandomData": "1.1.23",
1919
"Microsoft.NETCore.App": {
20-
//"type": "platform",
20+
"type": "platform",
2121
"version": "1.0.0-rc2-3002702"
2222
}
2323
},

0 commit comments

Comments
 (0)