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 1616 <ItemGroup >
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
1818 <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 " />
2020 <PackageReference Include =" xunit" Version =" 2.2.0" />
2121 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
2222 </ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ internal static class Constants
1111 public const string PactPath = "/pact" ;
1212
1313#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 ;
1515 public static string DefaultPactDir = Path . GetFullPath ( $ "{ BuildDirectory } { Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } pacts{ Path . DirectorySeparatorChar } ") ;
1616 public static string DefaultLogDir = Path . GetFullPath ( $ "{ BuildDirectory } { Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } ..{ Path . DirectorySeparatorChar } logs{ Path . DirectorySeparatorChar } ") ;
1717#else
Original file line number Diff line number Diff line change 77 <Reference Include =" System.Net.Http" />
88 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
99 <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 " />
1111 <PackageReference Include =" xunit" Version =" 2.2.0" />
1212 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
1313 </ItemGroup >
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" Microsoft.Owin.Security.OAuth" Version =" 2.1.0" />
1515 <PackageReference Include =" Microsoft.Owin.Host.HttpListener" Version =" 3.1.0" />
1616 <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 " />
1818 <PackageReference Include =" xunit" Version =" 2.2.0" />
1919 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
2020 </ItemGroup >
You can’t perform that action at this time.
0 commit comments