mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 03:13:53 +02:00
Rename to WireMock.Net
This commit is contained in:
@@ -3,7 +3,7 @@ A C# .NET version based on https://github.com/alexvictoor/WireMock which tries t
|
|||||||
|
|
||||||
[](https://ci.appveyor.com/project/StefH/wiremock-net)
|
[](https://ci.appveyor.com/project/StefH/wiremock-net)
|
||||||
|
|
||||||
[](https://www.nuget.org/packages/System.Linq.Dynamic.Core)
|
[](https://www.nuget.org/packages/WireMock.Net)
|
||||||
|
|
||||||
Based on class HttpListener from the .net framework, it is very lightweight and have no external dependencies.
|
Based on class HttpListener from the .net framework, it is very lightweight and have no external dependencies.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
README.md = README.md
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WireMock", "src\WireMock\WireMock.xproj", "{D3804228-91F4-4502-9595-39584E5A01AD}"
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WireMock", "src\WireMock.Net\WireMock.Net.xproj", "{D3804228-91F4-4502-9595-39584E5A01AD}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F0C22C47-DF71-463C-9B04-B4E0F3B8708A}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F0C22C47-DF71-463C-9B04-B4E0F3B8708A}"
|
||||||
EndProject
|
EndProject
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="WireMock">
|
<Reference Include="WireMock">
|
||||||
<HintPath>..\..\src\WireMock\bin\$(Configuration)\net45\WireMock.dll</HintPath>
|
<HintPath>..\..\src\WireMock.Net\bin\$(Configuration)\net45\WireMock.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet pack -c Release WireMock\project.json
|
dotnet pack -c Release WireMock.Net\project.json
|
||||||
pause
|
pause
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Net.Http" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="WireMock">
|
<Reference Include="WireMock">
|
||||||
<HintPath>..\..\src\WireMock\bin\$(Configuration)\net45\WireMock.dll</HintPath>
|
<HintPath>..\..\src\WireMock.Net\bin\$(Configuration)\net45\WireMock.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user