Skip to content

Commit 6533960

Browse files
Florian KroenertFlorian Kroenert
authored andcommitted
Changed reportgenerator path
1 parent 7df7ca9 commit 6533960

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let libbuildDir = buildDir + @"lib\"
2323
let testDir = @".\test\"
2424

2525
let xUnitPath = "packages" @@ "xunit.runner.console" @@ "tools" @@ "net462" @@ "xunit.console.exe"
26-
let reportGeneratorPath = "packages" @@ "ReportGenerator" @@ "tools" @@ "net6.0" @@ "ReportGenerator.exe"
26+
let reportGeneratorPath = "packages" @@ "ReportGenerator" @@ "tools" @@ "netcoreapp3.1" @@ "ReportGenerator.exe"
2727
let deployDir = @".\Publish\"
2828
let libdeployDir = deployDir + @"lib\"
2929
let nugetDir = @".\nuget\"

src/test/Xrm.Oss.UnitOfWork.Tests/UpdateContextTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7-
using System.Windows.Documents;
87
using Xunit;
98

109
namespace Xrm.Oss.UnitOfWork.Tests

0 commit comments

Comments
 (0)