dotnet-installer/TestAssets/TestProjects/RARPreCacheProject/RARPreCacheProject.csproj
Nathan Mytelka ed392e3670 Remove framework reference
This seems to be included as part of the sdk.
2021-04-12 12:34:53 -07:00

8 lines
167 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>