dotnet-installer/TestAssets/NonRestoredTestProjects/DotnetAddP2PProjects/Broken/Broken.csproj

11 lines
376 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
2017-08-18 06:07:28 +00:00
<TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
<!-- intentonally broken -->