dotnet-installer/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj

15 lines
352 B
XML
Raw Normal View History

2018-10-29 18:26:53 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-10-29 18:26:53 +00:00
<TargetFramework>netcoreapp3.0</TargetFramework>
<OutputType>Exe</OutputType>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
<ItemGroup>
<Content Include="prefercliruntime">
<Pack>true</Pack>
<PackagePath>/</PackagePath>
</Content>
</ItemGroup>
</Project>