mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-14 06:17:11 +01:00
43 lines
2.2 KiB
XML
43 lines
2.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>Lightweight StandAlone Http Mocking Server for .Net.</Description>
|
|
<AssemblyTitle>WireMock.Net.StandAlone</AssemblyTitle>
|
|
<Version>1.0.2.6</Version>
|
|
<Authors>Stef Heyenrath</Authors>
|
|
<TargetFrameworks>net452;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AssemblyName>WireMock.Net.StandAlone</AssemblyName>
|
|
<PackageId>WireMock.Net.StandAlone</PackageId>
|
|
<PackageTags>tdd;mock;http;wiremock;test;server;unittest</PackageTags>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
<PackageIconUrl>https://raw.githubusercontent.com/WireMock-Net/WireMock.Net/master/WireMock.Net-Logo.png</PackageIconUrl>
|
|
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
|
|
<PackageLicenseUrl>https://raw.githubusercontent.com/WireMock-Net/WireMock.Net/master/LICENSE</PackageLicenseUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/WireMock-Net/WireMock.Net</RepositoryUrl>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<DebugType>portable</DebugType>
|
|
<ApplicationIcon>../../WireMock.Net-Logo.ico</ApplicationIcon>
|
|
<RootNamespace>WireMock.Net.StandAlone</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' or '$(TargetFramework)' == 'netstandard2.0' ">
|
|
<DefineConstants>NETSTANDARD</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="JetBrains.Annotations" Version="10.4.0">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
<!-- <PackageReference Include="CommandLineArgumentsParser" Version="3.0.16" /> -->
|
|
<!-- <PackageReference Include="Marsonsoft.CommandLineParser" Version="1.0.34" /> -->
|
|
<!-- <PackageReference Include="BurnSystems.CommandLine" Version="1.1.0" /> -->
|
|
<!-- <ProjectReference Include="..\..\..\CommandLineParser\src\CommandLineArgumentsParser\CommandLineArgumentsParser.csproj" /> -->
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WireMock.Net\WireMock.Net.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |