PowerShell/test/tools/WebListener/WebListener.csproj
github-actions[bot] 55b9041a40
Update .NET SDK version from 5.0.100-preview.5.20278.13 to 5.0.100-preview.5.20279.10 (#12844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-30 10:31:44 -07:00

18 lines
622 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\Test.Common.props" />
<PropertyGroup>
<Description>A simple ASP.NET Core MVC app to provide an HTTP and HTTPS server for testing.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0-preview.5.20279.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20278.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.1.0-*" />
</ItemGroup>
</Project>