Skip to content

Commit

Permalink
Correcting framework
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Sep 10, 2018
1 parent 55e36f6 commit 7bcbe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Tasks/CodeCoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public override void Run(Context context)

if (context.IsRunningOnWindows())
{
dotNetCoreTestSettings.Framework = "net452";
dotNetCoreTestSettings.Framework = "net45";

context.DotNetCoreTest(project.Path.FullPath, dotNetCoreTestSettings, new CoverletSettings()
{
Expand Down

0 comments on commit 7bcbe60

Please sign in to comment.