StandAloneApp: FluentMockServerSettings

This commit is contained in:
Stef Heyenrath
2017-06-15 13:40:42 +02:00
parent 85e51b6240
commit c29b88eb43
4 changed files with 32 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Lightweight StandAlone Http Mocking Server for .Net.</Description>
<AssemblyTitle>WireMock.Net.StandAlone</AssemblyTitle>
<Version>1.0.1.0</Version>
<Version>1.0.2.0</Version>
<Authors>Stef Heyenrath</Authors>
<TargetFrameworks>net45;net452;net46;netstandard1.3</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -27,6 +27,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="10.4.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="CommandLineArgumentsParser" Version="3.0.11" />
</ItemGroup>