mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-16 15:16:53 +01:00
* 1.0.2.3-preview2-final-01 * fixes for AspNetCoreSelfHost (Task...) * enable all target frameworks again
19 lines
559 B
XML
19 lines
559 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
<RuntimeFrameworkVersion>1.0.1</RuntimeFrameworkVersion>
|
|
<ApplicationIcon>../../WireMock.Net-Logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
|
|
<PackageReference Include="RestEase" Version="1.4.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WireMock.Net\WireMock.Net.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |