
This commit updates the target framework for the multitargeting test assets to netcoreapp2.2.
9 lines
223 B
XML
9 lines
223 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>MultitargetedVB</RootNamespace>
|
|
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|