dotnet-installer/TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedVB/MultitargetedVB.vbproj
Peter Huene 77739c4db3
Update the multitargeting test assets to netcoreapp2.2.
This commit updates the target framework for the multitargeting test assets to
netcoreapp2.2.
2018-07-31 13:55:44 -07:00

9 lines
223 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>MultitargetedVB</RootNamespace>
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
</PropertyGroup>
</Project>