10 lines
223 B
Text
10 lines
223 B
Text
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<RootNamespace>MultitargetedVB</RootNamespace>
|
||
|
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|