mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
22 lines
561 B
XML
22 lines
561 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\WireMock.Net\WireMock.Net.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Update="SonarAnalyzer.CSharp" Version="10.12.0.118525" />
|
|
</ItemGroup>
|
|
|
|
<!--<ItemGroup>
|
|
<PackageReference Include="WireMock.Net" Version="1.8.11" />
|
|
</ItemGroup>-->
|
|
|
|
</Project> |