dotnet-installer/TestAssets/TestProjects/RARPreCacheProject/RARPreCacheProject.csproj

9 lines
167 B
XML
Raw Normal View History

2021-04-08 11:30:11 -07:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2021-03-26 13:23:38 -07:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>