File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
<ItemGroup >
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
18
18
<PackageReference Include =" NSubstitute" Version =" 2.0.3" />
19
- <PackageReference Include =" PactNet.Windows" Version =" 2.2.1 " />
19
+ <PackageReference Include =" PactNet.Windows" Version =" 2.2.3 " />
20
20
<PackageReference Include =" xunit" Version =" 2.2.0" />
21
21
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
22
22
</ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ internal static class Constants
11
11
public const string PactPath = "/pact" ;
12
12
13
13
#if USE_NET4X
14
- public static string BuildDirectory = new Uri ( Path . GetDirectoryName ( System . Reflection . Assembly . GetExecutingAssembly ( ) . CodeBase ) ) . LocalPath ;
14
+ public static string BuildDirectory = new Uri ( Path . GetDirectoryName ( System . Reflection . Assembly . GetExecutingAssembly ( ) . CodeBase . Replace ( "file:///" , "" ) ) ) . LocalPath ;
15
15
public static string DefaultPactDir = Path . GetFullPath ( $ "{ BuildDirectory } { Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } pacts{ Path . DirectorySeparatorChar } ") ;
16
16
public static string DefaultLogDir = Path . GetFullPath ( $ "{ BuildDirectory } { Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } logs{ Path . DirectorySeparatorChar } ") ;
17
17
#else
Original file line number Diff line number Diff line change 7
7
<Reference Include =" System.Net.Http" />
8
8
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
9
9
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
10
- <PackageReference Include =" PactNet.Windows" Version =" 2.2.1 " />
10
+ <PackageReference Include =" PactNet.Windows" Version =" 2.2.3 " />
11
11
<PackageReference Include =" xunit" Version =" 2.2.0" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
13
13
</ItemGroup >
Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" Microsoft.Owin.Security.OAuth" Version =" 2.1.0" />
15
15
<PackageReference Include =" Microsoft.Owin.Host.HttpListener" Version =" 3.1.0" />
16
16
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
17
- <PackageReference Include =" PactNet.Windows" Version =" 2.2.1 " />
17
+ <PackageReference Include =" PactNet.Windows" Version =" 2.2.3 " />
18
18
<PackageReference Include =" xunit" Version =" 2.2.0" />
19
19
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
20
20
</ItemGroup >
You can’t perform that action at this time.
0 commit comments